]> sourceware.org Git - glibc.git/commit
Fix build on pre-v9 32-bit Sparc.
authorDavid S. Miller <davem@davemloft.net>
Wed, 6 Nov 2013 21:01:36 +0000 (13:01 -0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 7 Nov 2013 07:07:54 +0000 (02:07 -0500)
commit2216e48645dbd297cdc0f4050fdfc0b52e2a4ab8
tree2c1afff51a7dc87b775b661ab79ae49a245b0211
parent2770d15e7e880821fc586619c59eb45180628e16
Fix build on pre-v9 32-bit Sparc.

We cannot use fnegd in this code, as fnegd was added in v9.
Only fnegs exists in v8 and earlier.

[BZ #15985]
* sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
on pre-v9 cpus, use a fnegs+fmovs sequence instead.
ChangeLog
NEWS
sysdeps/sparc/sparc32/fpu/s_fdim.S
This page took 0.042772 seconds and 5 git commands to generate.