mirror of
https://github.com/urbit/shrub.git
synced 2025-01-08 06:00:27 +03:00
remove sse3 mode-setting
This commit is contained in:
parent
75f42eb2b8
commit
d3f97e6626
@ -6,8 +6,6 @@
|
|||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
#include <sigsegv.h>
|
#include <sigsegv.h>
|
||||||
#include <pmmintrin.h>
|
|
||||||
#include <xmmintrin.h>
|
|
||||||
|
|
||||||
#include "all.h"
|
#include "all.h"
|
||||||
|
|
||||||
@ -1347,13 +1345,6 @@ _cm_limits(void)
|
|||||||
struct rlimit rlm;
|
struct rlimit rlm;
|
||||||
c3_i ret_i;
|
c3_i ret_i;
|
||||||
|
|
||||||
/* Set compatible floating-point modes.
|
|
||||||
*/
|
|
||||||
{
|
|
||||||
_MM_SET_FLUSH_ZERO_MODE(_MM_FLUSH_ZERO_ON);
|
|
||||||
_MM_SET_DENORMALS_ZERO_MODE(_MM_DENORMALS_ZERO_ON);
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Moar stack.
|
/* Moar stack.
|
||||||
*/
|
*/
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user