diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2018-06-05 08:40:19 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2018-06-13 07:02:53 +0200 |
commit | 200d21d6408494ca68b8e474278cf023734ef413 (patch) | |
tree | 52b26568f475c9be4490b47aa57a604dc41f6249 | |
parent | 0c944eebbe7d0416d1329f7dbfd734b412979422 (diff) |
gui/init: DAZ is enough for SSE
-rw-r--r-- | gui/init.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/init.cpp b/gui/init.cpp index 683693d1..cddea9ae 100644 --- a/gui/init.cpp +++ b/gui/init.cpp @@ -44,7 +44,7 @@ using namespace options; #define OTR_HAS_DENORM_CONTROL void set_fp_mask() { - _MM_SET_FLUSH_ZERO_MODE(_MM_FLUSH_ZERO_ON); + //_MM_SET_FLUSH_ZERO_MODE(_MM_FLUSH_ZERO_ON); _MM_SET_DENORMALS_ZERO_MODE(_MM_DENORMALS_ZERO_ON); _MM_SET_ROUNDING_MODE(_MM_ROUND_NEAREST); _MM_SET_EXCEPTION_MASK(_MM_MASK_MASK); |