Added
Link Here
|
1 |
--- unix/tclUnixInit.c.orig 2016-09-08 20:22:10.064101000 -0400 |
2 |
+++ unix/tclUnixInit.c 2016-09-08 20:22:42.345592000 -0400 |
3 |
@@ -391,14 +391,6 @@ |
4 |
#endif /* SIGPIPE */ |
5 |
|
6 |
#if defined(__FreeBSD__) && defined(__GNUC__) |
7 |
- /* |
8 |
- * Adjust the rounding mode to be more conventional. Note that FreeBSD |
9 |
- * only provides the __fpsetreg() used by the following two for the GNU |
10 |
- * Compiler. When using, say, Intel's icc they break. (Partially based on |
11 |
- * patch in BSD ports system from root@celsius.bychok.com) |
12 |
- */ |
13 |
- |
14 |
- fpsetround(FP_RN); |
15 |
(void) fpsetmask(0L); |
16 |
#endif |
17 |
|