diff options
Diffstat (limited to 'src/math/x86_64/e_sqrtf.s')
-rw-r--r-- | src/math/x86_64/e_sqrtf.s | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/math/x86_64/e_sqrtf.s b/src/math/x86_64/e_sqrtf.s index 2c77076b..eec48c60 100644 --- a/src/math/x86_64/e_sqrtf.s +++ b/src/math/x86_64/e_sqrtf.s @@ -1,3 +1,4 @@ .global sqrtf +.type sqrtf,@function sqrtf: sqrtss %xmm0, %xmm0 ret |