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

◆ load()

static FASTLED_FORCE_INLINE s0x32x4 fl::s0x32x4::load ( const s0x32 * ptr)
inlinestatic

Definition at line 29 of file s0x32x4.h.

29 {
30 return from_raw(simd::platforms::load_u32_4(reinterpret_cast<const u32*>(ptr))); // ok reinterpret cast
31 }
static FASTLED_FORCE_INLINE s0x32x4 from_raw(simd::simd_u32x4 r)
Definition s0x32x4.h:22

References FASTLED_FORCE_INLINE, and from_raw().

+ Here is the call graph for this function: