about summary refs log tree commit diff
path: root/sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.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 isinf/isinff for POWER8Adhemerval Zanella2014-02-271-0/+61
This patch add a optimized isinf/isinff implementation for POWER8 using the new Move From VSR Doubleword instruction to gains some cycles from FP to GRP register move.