about summary refs log tree commit diff
path: root/sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S
Commit message (Collapse)AuthorAgeFilesLines
* PowerPC: Fix little endian enconding for mfvsrdAdhemerval Zanella2014-03-311-0/+5
| | | | | This patch fixes the MFVSRD_R3_V1 macro that encodes 'mfvsrd r3,vs1' (to support old binutils) for little endian.
* PowerPC: Optimized finite/finitef for POWER8Adhemerval Zanella2014-02-271-0/+56
This patch add a optimized finite/finitef implementation for POWER8 using the new Move From VSR Doubleword instruction to gains some cycles from FP to GRP register move.