hppa: Update libm-test-ulps
[glibc.git] / sysdeps / x86_64 / fpu / s_finitel.S
blob12b31043744b194554bc5be3530b24b2a7c6147f
2 #include <machine/asm.h>
4 ENTRY(__finitel)
5         movl    16(%rsp),%eax
6         orl     $0xffff8000, %eax
7         incl    %eax
8         shrl    $31, %eax
9         ret
10 END (__finitel)
11 weak_alias (__finitel, finitel)
12 hidden_def (__finitel)