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

◆ test_load_store_u32_4()

bool autoresearch::simd_check::test_load_store_u32_4 ( )
inline

Definition at line 78 of file AutoResearchSimd.h.

78 {
79 uint32_t input[4] = {0x12345678, 0x9ABCDEF0, 0xFEDCBA98, 0x76543210};
80 uint32_t output[4] = {0};
81 simd_u32x4 v = load_u32_4(input);
82 store_u32_4(output, v);
83 return compare_u32(input, output, 4);
84}
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: