mirror of
https://github.com/urbit/shrub.git
synced 2024-12-14 20:02:51 +03:00
More floating point bugfixes.
Also enable FTZ, a SSE instruction... For now at least.
This commit is contained in:
parent
4646930237
commit
bf1978bc3b
3
v/main.c
3
v/main.c
@ -18,6 +18,7 @@
|
||||
#include <termios.h>
|
||||
#include <term.h>
|
||||
#include <dirent.h>
|
||||
#include <xmmintrin.h>
|
||||
|
||||
#define U2_GLOBAL
|
||||
#define C3_GLOBAL
|
||||
@ -248,6 +249,8 @@ main(c3_i argc,
|
||||
{
|
||||
c3_w kno_w;
|
||||
|
||||
_MM_SET_FLUSH_ZERO_MODE(_MM_FLUSH_ZERO_ON);
|
||||
|
||||
// Parse options.
|
||||
//
|
||||
if ( u2_no == _main_getopt(argc, argv) ) {
|
||||
|
Loading…
Reference in New Issue
Block a user