diff options
Diffstat (limited to 'src/math/x86_64/e_sqrt.s')
-rw-r--r-- | src/math/x86_64/e_sqrt.s | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/math/x86_64/e_sqrt.s b/src/math/x86_64/e_sqrt.s index 64de7d6a..d3c609f9 100644 --- a/src/math/x86_64/e_sqrt.s +++ b/src/math/x86_64/e_sqrt.s @@ -1,3 +1,4 @@ .global sqrt +.type sqrt,@function sqrt: sqrtsd %xmm0, %xmm0 ret |