mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 08:14:58 +01:00
Fix apple/ARM FPU test, allow for FLT_EPSILON for unaligned math
This commit is contained in:
parent
49f7e4d447
commit
c09e66bb25
1 changed files with 4 additions and 0 deletions
|
|
@ -225,7 +225,11 @@ FPUTest::veclibTest ()
|
||||||
mix_buffers_no_gain = veclib_mix_buffers_no_gain;
|
mix_buffers_no_gain = veclib_mix_buffers_no_gain;
|
||||||
copy_vector = default_copy_vector;
|
copy_vector = default_copy_vector;
|
||||||
|
|
||||||
|
#ifdef __aarch64__
|
||||||
|
run (16, FLT_EPSILON);
|
||||||
|
#else
|
||||||
run (16);
|
run (16);
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
#else
|
#else
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue