From 41b290ba397067a09525b6ac89b4040728349046 Mon Sep 17 00:00:00 2001 From: Alexander Monakov Date: Mon, 6 Jan 2020 19:35:57 +0300 Subject: math: move trivial x86-family sqrt functions to C with inline asm --- src/math/x86_64/sqrtl.s | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 src/math/x86_64/sqrtl.s (limited to 'src/math/x86_64/sqrtl.s') diff --git a/src/math/x86_64/sqrtl.s b/src/math/x86_64/sqrtl.s deleted file mode 100644 index 23cd687d..00000000 --- a/src/math/x86_64/sqrtl.s +++ /dev/null @@ -1,5 +0,0 @@ -.global sqrtl -.type sqrtl,@function -sqrtl: fldt 8(%rsp) - fsqrt - ret -- cgit v1.2.1