summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgahr <gahr@gahr.ch>2016-09-09 07:31:48 (GMT)
committergahr <gahr@gahr.ch>2016-09-09 07:31:48 (GMT)
commitbda3724396bfb776ceedeb95d2c44a7e30a0731c (patch)
treeb745b304cb8fba06b620fbc2b44400caaf790fb0
parent33ceb4704632778490a21ecef6fb2340df770114 (diff)
parent63a316c43b5fcd3a7970bdafd4748e0c31235ac1 (diff)
downloadtcl-bda3724396bfb776ceedeb95d2c44a7e30a0731c.zip
tcl-bda3724396bfb776ceedeb95d2c44a7e30a0731c.tar.gz
tcl-bda3724396bfb776ceedeb95d2c44a7e30a0731c.tar.bz2
merge trunk
-rw-r--r--unix/tclUnixInit.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/unix/tclUnixInit.c b/unix/tclUnixInit.c
index 70b900c..e79971e 100644
--- a/unix/tclUnixInit.c
+++ b/unix/tclUnixInit.c
@@ -391,14 +391,6 @@ TclpInitPlatform(void)
#endif /* SIGPIPE */
#if defined(__FreeBSD__) && defined(__GNUC__)
- /*
- * Adjust the rounding mode to be more conventional. Note that FreeBSD
- * only provides the __fpsetreg() used by the following two for the GNU
- * Compiler. When using, say, Intel's icc they break. (Partially based on
- * patch in BSD ports system from root@celsius.bychok.com)
- */
-
- fpsetround(FP_RN);
(void) fpsetmask(0L);
#endif