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

◆ test_set1_f32_4()

bool autoresearch::simd_check::test_set1_f32_4 ( )
inline

Definition at line 350 of file AutoResearchSimd.h.

350 {
351 float output[4] = {0.0f};
352 store_f32_4(output, set1_f32_4(3.14f));
353 float expected[4] = {3.14f, 3.14f, 3.14f, 3.14f};
354 return compare_f32(expected, output, 4);
355}
bool compare_f32(const float *a, const float *b, size_t n, float eps=0.001f)

References compare_f32().

Referenced by getTests().

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