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