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