FastLED 3.9.15
Loading...
Searching...
No Matches

◆ from_raw()

static FASTLED_FORCE_INLINE s16x16x4 fl::s16x16x4::from_raw ( simd::simd_u32x4 r)
inlinestatic

Definition at line 24 of file s16x16x4.h.

24 {
25 s16x16x4 result;
26 result.raw = r;
27 return result;
28 }
expected< T, E > result
Alias for expected (Rust-style naming)
Definition result.h:31

References FASTLED_FORCE_INLINE.

Referenced by autoresearch::simd_check::benchSimd4(), fl::fl::s0x32::from_raw(), and operator+().

+ Here is the caller graph for this function: