Skip to content
Commit cec24099 authored by H.J. Lu's avatar H.J. Lu
Browse files

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.

(cherry picked from commit 409e00bd)

Conflicts:
	ChangeLog
	NEWS
	sysdeps/x86/fpu/bits/mathinline.h
parent 3db0119e
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment