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

◆ loadAligned()

FASTLED_FORCE_INLINE simd::simd_u32x4 fl::anonymous_namespace{chasing_spirals.cpp.hpp}::loadAligned ( const i32 * arr,
int i )

Definition at line 93 of file chasing_spirals.cpp.hpp.

93 {
94 return simd::load_u32_4_aligned(
95 fl::assume_aligned<16>(reinterpret_cast<const u32*>(arr + i))); // ok reinterpret cast
96}
T * assume_aligned(T *ptr) FL_NOEXCEPT
Definition s16x16x4.h:126

References fl::fl::assume_aligned(), FASTLED_FORCE_INLINE, and loadAligned().

Referenced by loadAligned().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: