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

◆ set1()

static FASTLED_FORCE_INLINE s16x16x4 fl::s16x16x4::set1 ( s16x16 value)
inlinestatic

Definition at line 41 of file s16x16x4.h.

41 {
42 return from_raw(simd::platforms::set1_u32_4(static_cast<u32>(value.raw())));
43 }
constexpr int type_rank< T >::value
static FASTLED_FORCE_INLINE s16x16x4 from_raw(simd::simd_u32x4 r)
Definition s16x16x4.h:24

References FASTLED_FORCE_INLINE, and fl::type_rank< T >::value.

Referenced by autoresearch::simd_check::benchSimd4().

+ Here is the caller graph for this function: