From 409e00bd69b8d8dd74d7327085351d26769ea6fc Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Wed, 29 Jan 2014 07:51:41 -0800 Subject: Disable x87 inline functions for SSE2 math When i386 and x86-64 mathinline.h was merged into a single mathinline.h, "gcc -m32" enables x87 inline functions on x86-64 even when -mfpmath=sse and SSE2 is enabled. It is a regression on x86-64. We should check __SSE2_MATH__ instead of __x86_64__ when disabling x87 inline functions. --- NEWS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index d47151603a..2827f200ba 100644 --- a/NEWS +++ b/NEWS @@ -25,7 +25,8 @@ Version 2.19 16151, 16153, 16167, 16169, 16172, 16195, 16214, 16245, 16271, 16274, 16283, 16289, 16293, 16314, 16316, 16330, 16337, 16338, 16356, 16365, 16366, 16369, 16372, 16375, 16379, 16384, 16385, 16386, 16387, 16390, - 16394, 16400, 16407, 16408, 16414, 16430, 16431, 16453, 16474, 16506. + 16394, 16400, 16407, 16408, 16414, 16430, 16431, 16453, 16474, 16506, + 16510 * Slovenian translations for glibc messages have been contributed by the Translation Project's Slovenian team of translators. -- cgit 1.4.1