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

◆ test_load_store_u8_16_boundary()

bool autoresearch::simd_check::test_load_store_u8_16_boundary ( )
inline

Definition at line 66 of file AutoResearchSimd.h.

66 {
67 uint8_t input[16] = {0,255,0,255, 0,255,0,255, 0,255,0,255, 0,255,0,255};
68 uint8_t output[16] = {0};
69 simd_u8x16 v = load_u8_16(input);
70 store_u8_16(output, v);
71 return compare_u8(input, output, 16);
72}
bool compare_u8(const uint8_t *a, const uint8_t *b, size_t n)
platforms::simd_u8x16 simd_u8x16
Definition types.h:24

References compare_u8().

Referenced by getTests().

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