FastLED 3.9.15
Loading...
Searching...
No Matches
simd.h
Go to the documentation of this file.
1
3
4#pragma once
5
6#include "fl/math/simd/types.h" // IWYU pragma: export
7#include "fl/math/simd/u8x16.h" // IWYU pragma: export
8#include "fl/math/simd/u8x32.h" // IWYU pragma: export
9#include "fl/math/simd/u16x8.h" // IWYU pragma: export
10#include "fl/math/simd/u16x16.h" // IWYU pragma: export
11#include "fl/math/simd/u32x4.h" // IWYU pragma: export
12#include "fl/math/simd/f32x4.h" // IWYU pragma: export
SIMD operations on 4-element float32 vectors.
SIMD register type aliases.
SIMD operations on 16-element uint16_t vectors (256-bit)
SIMD operations on 8-element uint16_t vectors.
SIMD operations on 4-element uint32_t/int32_t vectors.
SIMD operations on 16-element uint8_t vectors.
SIMD operations on 32-element uint8_t vectors (256-bit)