about summary refs log tree commit diff
path: root/sysdeps/x86_64/fpu/s_lrintf.S
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2002-04-08 08:14:22 +0000
committerAndreas Jaeger <aj@suse.de>2002-04-08 08:14:22 +0000
commit73f61431debf883d1a8cc744655c067cc97c3fde (patch)
treebff1a8dbc36c6bea887f5047ba43bd8716c05f2b /sysdeps/x86_64/fpu/s_lrintf.S
parentb82006e0b5e0a9d1d573fdd3c1b64a823007ae87 (diff)
downloadglibc-73f61431debf883d1a8cc744655c067cc97c3fde.tar.gz
glibc-73f61431debf883d1a8cc744655c067cc97c3fde.tar.xz
glibc-73f61431debf883d1a8cc744655c067cc97c3fde.zip
lrint and llrint implementation for x86-64.
Diffstat (limited to 'sysdeps/x86_64/fpu/s_lrintf.S')
-rw-r--r--sysdeps/x86_64/fpu/s_lrintf.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/x86_64/fpu/s_lrintf.S b/sysdeps/x86_64/fpu/s_lrintf.S
new file mode 100644
index 0000000000..fcdc4dca9a
--- /dev/null
+++ b/sysdeps/x86_64/fpu/s_lrintf.S
@@ -0,0 +1 @@
+/* Not needed, see s_llrintf.S.  */