diff options
Diffstat (limited to 'src/math/x86_64/lrint.s')
-rw-r--r-- | src/math/x86_64/lrint.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math/x86_64/lrint.s b/src/math/x86_64/lrint.s index 59b12038..15fc2454 100644 --- a/src/math/x86_64/lrint.s +++ b/src/math/x86_64/lrint.s @@ -1,5 +1,5 @@ .global lrint .type lrint,@function lrint: - cvtsd2si @xmm0,%rax + cvtsd2si %xmm0,%rax ret |