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