FastLED 3.9.15
Loading...
Searching...
No Matches
u16x16.h
Go to the documentation of this file.
1
3
4#pragma once
5
7
8namespace fl {
9namespace simd {
10
11//==============================================================================
12// u16x16 Arithmetic Operations
13//==============================================================================
14
16using platforms::add_u16_16; // ok bare using
17
19using platforms::mullo_u16_16; // ok bare using
20
22using platforms::srli_u16_16; // ok bare using
23
25using platforms::set1_u16_16; // ok bare using
26
27} // namespace simd
28} // namespace fl
SIMD register type aliases.
Base definition for an LED controller.
Definition crgb.hpp:179