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/sqrtf.s | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 src/math/x86_64/sqrtf.s (limited to 'src/math/x86_64/sqrtf.s') diff --git a/src/math/x86_64/sqrtf.s b/src/math/x86_64/sqrtf.s deleted file mode 100644 index eec48c60..00000000 --- a/src/math/x86_64/sqrtf.s +++ /dev/null @@ -1,4 +0,0 @@ -.global sqrtf -.type sqrtf,@function -sqrtf: sqrtss %xmm0, %xmm0 - ret -- cgit v1.2.1