From 4abab5ad6c8465a7528ccdd5f49367da05f78bbd Mon Sep 17 00:00:00 2001 From: Vladimir Azarov Date: Tue, 1 Oct 2024 15:47:05 +0200 Subject: Initial version --- src/math/x32/lrint.s | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/math/x32/lrint.s (limited to 'src/math/x32/lrint.s') diff --git a/src/math/x32/lrint.s b/src/math/x32/lrint.s new file mode 100644 index 0000000..15fc245 --- /dev/null +++ b/src/math/x32/lrint.s @@ -0,0 +1,5 @@ +.global lrint +.type lrint,@function +lrint: + cvtsd2si %xmm0,%rax + ret -- cgit v1.2.3