|
FastLED 3.9.15
|
| bool simd_test::compare_u8_arrays | ( | const uint8_t * | a, |
| const uint8_t * | b, | ||
| size_t | count ) |
Compare two uint8_t arrays element-wise.
| a | First array |
| b | Second array |
| count | Number of elements to compare |
Definition at line 14 of file test_helpers.cpp.
Referenced by test_add_sat_u8_16(), test_and_u8_16(), test_andnot_u8_16(), test_avg_round_u8_16(), test_avg_u8_16(), test_blend_u8_16(), test_load_store_u8_16(), test_max_u8_16(), test_min_u8_16(), test_or_u8_16(), test_scale_u8_16(), test_sub_sat_u8_16(), and test_xor_u8_16().
Here is the caller graph for this function: