FastLED
3.9.15
Loading...
Searching...
No Matches
◆
operator*()
[2/2]
FASTLED_FORCE_INLINE
s16x16x4
fl::s16x16x4::operator*
(
s16x16x4
b
)
const
inline
Definition at line
55
of file
s16x16x4.h
.
55
{
56
// Q16 × Q16 = Q32 → shift right 16 → Q16
57
return
from_raw
(simd::mulhi_i32_4(
raw
, b.raw));
58
}
fl::s16x16x4::from_raw
static FASTLED_FORCE_INLINE s16x16x4 from_raw(simd::simd_u32x4 r)
Definition
s16x16x4.h:24
fl::s16x16x4::raw
simd::simd_u32x4 raw
Definition
s16x16x4.h:20
References
FASTLED_FORCE_INLINE
.
fl
s16x16x4
Generated on Tue Jun 16 2026 00:07:06 for FastLED by
1.13.2