More floating point bugfixes.

Also enable FTZ, a SSE instruction... For now at least.
This commit is contained in:
Jared Hance 2014-06-30 12:24:32 -04:00
parent 4646930237
commit bf1978bc3b

View File

@ -18,6 +18,7 @@
#include <termios.h> #include <termios.h>
#include <term.h> #include <term.h>
#include <dirent.h> #include <dirent.h>
#include <xmmintrin.h>
#define U2_GLOBAL #define U2_GLOBAL
#define C3_GLOBAL #define C3_GLOBAL
@ -248,6 +249,8 @@ main(c3_i argc,
{ {
c3_w kno_w; c3_w kno_w;
_MM_SET_FLUSH_ZERO_MODE(_MM_FLUSH_ZERO_ON);
// Parse options. // Parse options.
// //
if ( u2_no == _main_getopt(argc, argv) ) { if ( u2_no == _main_getopt(argc, argv) ) {