summaryrefslogtreecommitdiffstats
path: root/lib/msun/amd64/s_llrintf.S
diff options
context:
space:
mode:
authordas <das@FreeBSD.org>2005-04-16 21:12:55 +0000
committerdas <das@FreeBSD.org>2005-04-16 21:12:55 +0000
commit9c49c2a65a7716bcd9c75a74df1af7695cfad48f (patch)
tree7d175e24cc4583e1a5a8407639639582a10bced5 /lib/msun/amd64/s_llrintf.S
parenta9fd105354f92d739364a8db4c72a9ebc48e2db7 (diff)
downloadFreeBSD-src-9c49c2a65a7716bcd9c75a74df1af7695cfad48f.zip
FreeBSD-src-9c49c2a65a7716bcd9c75a74df1af7695cfad48f.tar.gz
More optimized math functions.
Diffstat (limited to 'lib/msun/amd64/s_llrintf.S')
-rw-r--r--lib/msun/amd64/s_llrintf.S6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/msun/amd64/s_llrintf.S b/lib/msun/amd64/s_llrintf.S
new file mode 100644
index 0000000..e810e40
--- /dev/null
+++ b/lib/msun/amd64/s_llrintf.S
@@ -0,0 +1,6 @@
+#include <machine/asm.h>
+__FBSDID("$FreeBSD$")
+
+/* sizeof(long) == sizeof(long long) */
+#define fn llrintf
+#include "s_lrintf.S"
OpenPOWER on IntegriCloud