summaryrefslogtreecommitdiff
path: root/src/math/i386/llrintf.s
diff options
context:
space:
mode:
authorAlexander Monakov <amonakov@ispras.ru>2020-01-11 18:14:24 +0300
committerRich Felker <dalias@aerifal.cx>2020-03-24 16:31:36 -0400
commit9443f1b5cfeba687f45b96572378519e81ff9a56 (patch)
tree1bcb10b7cb7fc99c21cccd556dae541cc04214ff /src/math/i386/llrintf.s
parent6bbdbfdcdeac216c4a13edd04dee1f6d87bd33c8 (diff)
downloadmusl-9443f1b5cfeba687f45b96572378519e81ff9a56.tar.gz
math: move x87-family lrint functions to C with inline asm
Diffstat (limited to 'src/math/i386/llrintf.s')
-rw-r--r--src/math/i386/llrintf.s9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/math/i386/llrintf.s b/src/math/i386/llrintf.s
deleted file mode 100644
index aa850c6c..00000000
--- a/src/math/i386/llrintf.s
+++ /dev/null
@@ -1,9 +0,0 @@
-.global llrintf
-.type llrintf,@function
-llrintf:
- sub $8,%esp
- flds 12(%esp)
- fistpll (%esp)
- pop %eax
- pop %edx
- ret