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

◆ test_load_store_u32_4_boundary()

bool autoresearch::simd_check::test_load_store_u32_4_boundary ( )
inline

Definition at line 86 of file AutoResearchSimd.h.

86 {
87 uint32_t input[4] = {0, 0xFFFFFFFF, 1, 0x80000000};
88 uint32_t output[4] = {0};
89 simd_u32x4 v = load_u32_4(input);
90 store_u32_4(output, v);
91 return compare_u32(input, output, 4);
92}
bool compare_u32(const uint32_t *a, const uint32_t *b, size_t n)
platforms::simd_u32x4 simd_u32x4
Definition types.h:26

References compare_u32().

Referenced by getTests().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: