Fix apple/ARM FPU test, allow for FLT_EPSILON for unaligned math
This commit is contained in:
@@ -225,7 +225,11 @@ FPUTest::veclibTest ()
|
||||
mix_buffers_no_gain = veclib_mix_buffers_no_gain;
|
||||
copy_vector = default_copy_vector;
|
||||
|
||||
#ifdef __aarch64__
|
||||
run (16, FLT_EPSILON);
|
||||
#else
|
||||
run (16);
|
||||
#endif
|
||||
}
|
||||
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user