Make gdtoa less tunable (#104)
The -fno-math-errno flag shouldn't impact libraries since it's mostly intended for permitting the compiler to generate sqrt() instructions.
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
#include "libc/sysv/consts/syscon.internal.h"
|
||||
.syscon errno,EDOM,33,33,33,33,33,0
|
||||
.syscon errno,EDOM,33,33,33,33,33,33
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
#include "libc/sysv/consts/syscon.internal.h"
|
||||
.syscon errno,ERANGE,34,34,34,34,34,0
|
||||
.syscon errno,ERANGE,34,34,34,34,34,34
|
||||
|
||||
Reference in New Issue
Block a user