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