diff options
author | Rich Felker <dalias@aerifal.cx> | 2012-03-19 05:42:04 -0400 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2012-03-19 05:42:04 -0400 |
commit | 0b70a1e9a9651d21242c5b6da327ecab0f1a38a6 (patch) | |
tree | 5a12d948d65d668ebc1aa01a1646c7acd20b251b /src/math/i386/floorl.s | |
parent | 58ff9e8eaf99f2294232be860daa2ca6f3674faf (diff) | |
download | musl-0b70a1e9a9651d21242c5b6da327ecab0f1a38a6.tar.gz musl-0b70a1e9a9651d21242c5b6da327ecab0f1a38a6.tar.xz musl-0b70a1e9a9651d21242c5b6da327ecab0f1a38a6.zip |
asm for floor/ceil/trunc
Diffstat (limited to 'src/math/i386/floorl.s')
-rw-r--r-- | src/math/i386/floorl.s | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/math/i386/floorl.s b/src/math/i386/floorl.s new file mode 100644 index 00000000..bc29f15c --- /dev/null +++ b/src/math/i386/floorl.s @@ -0,0 +1 @@ +# see floor.s |