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