]> sourceware.org Git - glibc.git/commit
PowerPC: llround/llroundf POWER8 optimization
authorAdhemerval Zanella <azanella@linux.vnet.ibm.com>
Mon, 17 Feb 2014 16:44:08 +0000 (10:44 -0600)
committerAdhemerval Zanella <azanella@linux.vnet.ibm.com>
Thu, 27 Feb 2014 18:58:33 +0000 (12:58 -0600)
commitfe13a20c37578f08ce393ccaeb45caeb48815ca5
tree62a09dac1baf2a1caf2e8b346733645cc596340f
parent1ad8950a3ea4056ed343d681b5146f4b4aa27e10
PowerPC: llround/llroundf POWER8 optimization

This patch add a optimized llround/llroundf implementation for POWER8
using the new Move From VSR Doubleword instruction to gains some
cycles from FP to GRP register move.
ChangeLog
sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile
sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S [new file with mode: 0644]
sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S [new file with mode: 0644]
This page took 0.044088 seconds and 5 git commands to generate.