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

◆ operator+()

FASTLED_FORCE_INLINE s16x16x4 fl::s16x16x4::operator+ ( s16x16x4 b) const
inline

Definition at line 47 of file s16x16x4.h.

47 {
48 return from_raw(simd::add_i32_4(raw, b.raw));
49 }
static FASTLED_FORCE_INLINE s16x16x4 from_raw(simd::simd_u32x4 r)
Definition s16x16x4.h:24
simd::simd_u32x4 raw
Definition s16x16x4.h:20

References FASTLED_FORCE_INLINE, from_raw(), and raw.

+ Here is the call graph for this function: