Changes in uspace/lib/math/arch/ia32/src/sin.S [58563585:d9be488] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/math/arch/ia32/src/sin.S
r58563585 rd9be488 27 27 # 28 28 29 #include <abi/asmtool.h>30 29 #include <libarch/x87.h> 31 30 32 31 .text 33 32 34 FUNCTION_BEGIN(sin_f64) 33 .global sin 34 35 sin: 35 36 # compute sine (no stack frame) 36 37 … … 59 60 jnz reduce 60 61 61 fstp %st(1)62 fstpl %st(1) 62 63 fsin 63 64 64 65 ret 65 FUNCTION_END(sin_f64)
Note:
See TracChangeset
for help on using the changeset viewer.