about summary refs log tree commit diff
path: root/sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S
diff options
context:
space:
mode:
authorAdhemerval Zanella <azanella@linux.vnet.ibm.com>2014-02-27 09:43:51 -0600
committerAdhemerval Zanella <azanella@linux.vnet.ibm.com>2014-02-27 12:58:32 -0600
commit487972aea52004f604c2878c8c9d3e77670f2c32 (patch)
tree1f8a570e52975d04c513523e7d7b454a29015993 /sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S
parent7d92b78723848ae616709eb8f0191ea067025b18 (diff)
downloadglibc-487972aea52004f604c2878c8c9d3e77670f2c32.tar.gz
glibc-487972aea52004f604c2878c8c9d3e77670f2c32.tar.xz
glibc-487972aea52004f604c2878c8c9d3e77670f2c32.zip
PowerPC: Optimized isnan/isnanf for POWER8
This patch add a optimized isnan/isnanf implementation for POWER8
using the new Move From VSR Doubleword instruction to gains some
cycles from FP to GRP register move.
Diffstat (limited to 'sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S')
-rw-r--r--sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S b/sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S
new file mode 100644
index 0000000000..b48c85e0d3
--- /dev/null
+++ b/sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S
@@ -0,0 +1 @@
+/* This function uses the same code as s_isnan.S.  */