lijo george
2015-09-13 22:13:12 UTC
Could someone let me know if it is possible at all to configure ksh93 to
use
only double precision instead of long double for arithmetic.
I've tried removing it from the libast/features/common file as given below
--- INIT.2011-02-08.old/src/lib/libast/features/common 2015-06-17
13:46:27.643760200 -0700
+++ INIT.2011-02-08/src/lib/libast/features/common 2015-06-17
13:49:27.771639200 -0700
@@ -1,7 +1,7 @@
iff AST_COMMON
hdr pthread,stdarg,stddef,stdint,inttypes,types,unistd
sys types
-typ long.double,size_t,ssize_t
+typ size_t,ssize_t
typ __va_list stdio.h
mac SF_APPEND,SF_CLOSE sys/stat.h sys/socket.h
But this is causing lots of failures in the the math and arith test suites.
So I guess this might not be the right way to do this.
If someone has any pointers on this, please let me know.
Thanks,
Lijo
use
only double precision instead of long double for arithmetic.
I've tried removing it from the libast/features/common file as given below
--- INIT.2011-02-08.old/src/lib/libast/features/common 2015-06-17
13:46:27.643760200 -0700
+++ INIT.2011-02-08/src/lib/libast/features/common 2015-06-17
13:49:27.771639200 -0700
@@ -1,7 +1,7 @@
iff AST_COMMON
hdr pthread,stdarg,stddef,stdint,inttypes,types,unistd
sys types
-typ long.double,size_t,ssize_t
+typ size_t,ssize_t
typ __va_list stdio.h
mac SF_APPEND,SF_CLOSE sys/stat.h sys/socket.h
But this is causing lots of failures in the the math and arith test suites.
So I guess this might not be the right way to do this.
If someone has any pointers on this, please let me know.
Thanks,
Lijo