aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-04-22 02:59:09 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-04-22 02:59:09 +0000
commitf544ca4e4e817dd722d96f09e15b0170a5b392cd (patch)
treeb3f8f40cd8cd98ad73951e6a2417a92a91644784 /ChangeLog
parente9679c9ad49c1969a9aded71e194e249aa8b8547 (diff)
downloadruby-f544ca4e4e817dd722d96f09e15b0170a5b392cd.tar.gz
* util.c (ruby_hdtoa): revert r29729.
If you want ruby to behave as before on x86, specify to use SSE like -msse2 -mfpmath=sse for gcc. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40404 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f0fe7f37a5..bdc3851f2d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Mon Apr 22 10:25:21 2013 NARUSE, Yui <naruse@ruby-lang.org>
+
+ * util.c (ruby_hdtoa): revert r29729.
+ If you want ruby to behave as before on x86, specify to use SSE like
+ -msse2 -mfpmath=sse for gcc.
+
Sun Apr 21 23:19:00 2013 Charlie Somerville <charlie@charliesomerville.com>
* configure.in: Revert using sigsetjmp by default due to performance