about summary refs log tree commit diff
path: root/sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S
Commit message (Collapse)AuthorAgeFilesLines
* PowerPC: Optimized isnan/isnanf for POWER8Adhemerval Zanella2014-02-271-0/+1
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.