Changes in uspace/lib/math/arch/amd64/src/cos.S [3b0f1b9a:d9be488] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/math/arch/amd64/src/cos.S
r3b0f1b9a 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(cos_f64) 33 .global cos 34 35 cos: 35 36 pushq %rbp 36 37 movq %rsp, %rbp … … 76 77 leave 77 78 retq 78 FUNCTION_END(cos_f64)
Note:
See TracChangeset
for help on using the changeset viewer.