Does Visual C++ support denormals?

  • Thread starter Thread starter zzzhhhzzzhhh
  • Start date Start date
Z

zzzhhhzzzhhh

Guest
Can Visual C++ in Visual Studio 2015 do this: set the bit fields in the MXCSR floating-point control register to flush denormals to zero (FTZ) and to replace any denormals loaded from memory with zero (DAZ). If it can, how to enable it in the project properties? Thanks.

Continue reading...
 
Back
Top