From 87026f6843f45573d6ac93c791c0597ba7f4e693 Mon Sep 17 00:00:00 2001 From: Alexander Monakov Date: Sun, 5 Jan 2020 18:47:02 +0300 Subject: math: move x86_64 fabs, fabsf to C with inline asm --- src/math/x86_64/fabsf.s | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 src/math/x86_64/fabsf.s (limited to 'src/math/x86_64/fabsf.s') diff --git a/src/math/x86_64/fabsf.s b/src/math/x86_64/fabsf.s deleted file mode 100644 index 501a1f17..00000000 --- a/src/math/x86_64/fabsf.s +++ /dev/null @@ -1,7 +0,0 @@ -.global fabsf -.type fabsf,@function -fabsf: - mov $0x7fffffff,%eax - movq %rax,%xmm1 - andps %xmm1,%xmm0 - ret -- cgit 1.4.1