Skip to content

Commit

Permalink
PowerPC: modf optimization fix
Browse files Browse the repository at this point in the history
This patch fix the 3c02653 commits
by correctly setting minimum architecture for modf PPC optimization
to power5+ instead of power5 (since only on power5+ round/ceil will
be inline to inline assembly).
  • Loading branch information
Adhemerval Zanella committed Apr 26, 2013
1 parent 1b83598 commit aa630f5
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 0 deletions.
11 changes: 11 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
2013-04-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>

* sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
* sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
* sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
* sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
* sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
powerpc/power5+/fpu folders.
* sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.


2013-04-26 Markus Trippelsdorf <markus@trippelsdorf.de>

* sysdeps/x86_64/fpu/libm-test-ulps: Update.
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 2 additions & 0 deletions sysdeps/powerpc/powerpc32/power5+/Implies
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
powerpc/power5+/fpu
powerpc/power5+
powerpc/powerpc32/power5/fpu
powerpc/powerpc32/power5
2 changes: 2 additions & 0 deletions sysdeps/powerpc/powerpc64/power5+/Implies
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
powerpc/power5+/fpu
powerpc/power5+
powerpc/powerpc64/power5/fpu
powerpc/powerpc64/power5

0 comments on commit aa630f5

Please sign in to comment.