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

◆ test_load_store_f32_4()

bool autoresearch::simd_check::test_load_store_f32_4 ( )
inline

Definition at line 106 of file AutoResearchSimd.h.

106 {
107 float input[4] = {1.5f, 2.5f, 3.5f, 4.5f};
108 float output[4] = {0.0f};
109 simd_f32x4 v = load_f32_4(input);
110 store_f32_4(output, v);
111 return compare_f32(input, output, 4);
112}
bool compare_f32(const float *a, const float *b, size_t n, float eps=0.001f)
platforms::simd_f32x4 simd_f32x4
Definition types.h:27

References compare_f32().

Referenced by getTests().

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