mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 13:45:43 +01:00
MXCSR is a 32bit unsigned int register
https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_setcsr
This commit is contained in:
parent
ed937c383f
commit
d18f6dcbab
1 changed files with 1 additions and 1 deletions
|
|
@ -681,7 +681,7 @@ ARDOUR::setup_fpu ()
|
|||
#if defined(ARCH_X86) && defined(USE_XMMINTRIN)
|
||||
/* see also https://carlh.net/plugins/denormals.php */
|
||||
|
||||
int MXCSR;
|
||||
unsigned int MXCSR;
|
||||
|
||||
if (!fpu->has_flush_to_zero() && !fpu->has_denormals_are_zero()) {
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue