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

◆ load()

static FASTLED_FORCE_INLINE s16x16x4 fl::s16x16x4::load ( const s16x16 * ptr)
inlinestatic

Definition at line 31 of file s16x16x4.h.

31 {
32 return from_raw(simd::platforms::load_u32_4(reinterpret_cast<const u32*>(ptr))); // ok reinterpret cast
33 }
static FASTLED_FORCE_INLINE s16x16x4 from_raw(simd::simd_u32x4 r)
Definition s16x16x4.h:24