Remove x86_64 __GNUC_PREREQ (4, 6) conditional.
commit5ae4fe60e68a6698afadbec00481be96096e3eb4
authorJoseph Myers <joseph@codesourcery.com>
Fri, 14 Nov 2014 18:53:07 +0000 (14 18:53 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Fri, 14 Nov 2014 18:53:07 +0000 (14 18:53 +0000)
tree0d1d4f1b6282fe740aa129fcbb67b56489037e16
parent6a0dd472f407fd2fedd7bdf744a5d9fa87b124af
Remove x86_64 __GNUC_PREREQ (4, 6) conditional.

This patch removes a conditional on __GNUC_PREREQ (4, 6) in x86_64
code.

Tested for x86_64 that installed shared libraries are unchanged by
this patch.  Committed (I think this file reasonably comes under math
maintainership).

* sysdeps/x86_64/fpu/dla.h [__FMA4__ && __GNUC_PREREQ (4, 6)]
(DLA_FMS): Make definition conditional only on [__FMA4__].
[__FMA4__ && !__GNUC_PREREQ (4, 6)] (DLA_FMS): Remove conditional
definition.
ChangeLog
sysdeps/x86_64/fpu/dla.h