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

◆ store()

FASTLED_FORCE_INLINE void fl::s16x16x4::store ( s16x16 * ptr) const
inline

Definition at line 36 of file s16x16x4.h.

36 {
37 simd::platforms::store_u32_4(reinterpret_cast<u32*>(ptr), raw); // ok reinterpret cast
38 }
simd::simd_u32x4 raw
Definition s16x16x4.h:20

References FASTLED_FORCE_INLINE.