MCPcopy Create free account
hub / github.com/FastLED/FastLED / set1

Method set1

src/fl/math/fixed_point/s16x16x4.h:41–43  ·  view source on GitHub ↗

Broadcast single s16x16 value to all 4 lanes

Source from the content-addressed store, hash-verified

39
40 // Broadcast single s16x16 value to all 4 lanes
41 static FASTLED_FORCE_INLINE s16x16x4 set1(s16x16 value) {
42 return from_raw(simd::platforms::set1_u32_4(static_cast<u32>(value.raw())));
43 }
44
45 // ---- SIMD arithmetic (s16x16x4 OP s16x16x4 → s16x16x4) -----------------
46

Callers

nothing calls this directly

Calls 1

rawMethod · 0.45

Tested by

no test coverage detected