Changeset 9adb61d in mainline for uspace/lib/math/arch/amd64/src/sin.S
- Timestamp:
- 2015-09-05T11:50:00Z (9 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 996dc042, ba8eecf
- Parents:
- e6f5766
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/math/arch/amd64/src/sin.S
re6f5766 r9adb61d 31 31 .text 32 32 33 .global sin 33 .global sin_f64 34 34 35 sin :35 sin_f64: 36 36 pushq %rbp 37 37 movq %rsp, %rbp
Note:
See TracChangeset
for help on using the changeset viewer.