Skip to content

Commit

Permalink
tile: switch to using <fenv.h> fallback functions
Browse files Browse the repository at this point in the history
Now that the fallback functions match the desired semantics for tile
functions, just switch to using them.
  • Loading branch information
Chris Metcalf committed Jun 30, 2013
1 parent e752197 commit 8145005
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 165 deletions.
9 changes: 9 additions & 0 deletions ports/ChangeLog.tile
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
2013-06-28 Chris Metcalf <cmetcalf@tilera.com>

* sysdeps/tile/fegetenv.c: Delete now-redundant file.
* sysdeps/tile/fegetround.c: Likewise.
* sysdeps/tile/feholdexcpt.c: Likewise.
* sysdeps/tile/fesetenv.c: Likewise.
* sysdeps/tile/fesetround.c: Likewise.
* sysdeps/tile/feupdateenv.c: Likewise.

2013-06-15 Siddhesh Poyarekar <siddhesh@redhat.com>

* sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
Expand Down
29 changes: 0 additions & 29 deletions ports/sysdeps/tile/fegetenv.c

This file was deleted.

25 changes: 0 additions & 25 deletions ports/sysdeps/tile/fegetround.c

This file was deleted.

27 changes: 0 additions & 27 deletions ports/sysdeps/tile/feholdexcpt.c

This file was deleted.

31 changes: 0 additions & 31 deletions ports/sysdeps/tile/fesetenv.c

This file was deleted.

26 changes: 0 additions & 26 deletions ports/sysdeps/tile/fesetround.c

This file was deleted.

27 changes: 0 additions & 27 deletions ports/sysdeps/tile/feupdateenv.c

This file was deleted.

0 comments on commit 8145005

Please sign in to comment.