diff options
author | Joakim Tjernlund <joakim.tjernlund@transmode.se> | 2007-02-04 21:25:42 +0000 |
---|---|---|
committer | Joakim Tjernlund <joakim.tjernlund@transmode.se> | 2007-02-04 21:25:42 +0000 |
commit | 8ceaf7c737b375d4d90afd8051d0b23aede22d96 (patch) | |
tree | ff4d050978a14ea794d7775462530495b67ada2b /libc/sysdeps/linux/powerpc/bits/e500/fenvinline.h | |
parent | 6c3524e1f00e4770d8683ca9282ca2d809e0ebc5 (diff) |
Add support for PowerPC e500, libc part only.
Math support to be done.
From Steve Papacharalambous, stevep@freescale.com
Diffstat (limited to 'libc/sysdeps/linux/powerpc/bits/e500/fenvinline.h')
-rw-r--r-- | libc/sysdeps/linux/powerpc/bits/e500/fenvinline.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/powerpc/bits/e500/fenvinline.h b/libc/sysdeps/linux/powerpc/bits/e500/fenvinline.h new file mode 100644 index 000000000..8dee09d18 --- /dev/null +++ b/libc/sysdeps/linux/powerpc/bits/e500/fenvinline.h @@ -0,0 +1,2 @@ +/* We don't need no stinking inline versions. Life is hard enough as it + is with this hybrid soft/hard float business. */ |