Changeset 3b0f1b9a in mainline for uspace/lib/math/arch/amd64/src/trunc.S
- Timestamp:
- 2016-04-12T05:57:00Z (9 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0f792c28, d84398a7
- Parents:
- 8844e70
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/math/arch/amd64/src/trunc.S
r8844e70 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 trunc_f64 34 35 trunc_f64: 34 FUNCTION_BEGIN(trunc_f64) 36 35 pushq %rbp 37 36 movq %rsp, %rbp … … 63 62 leave 64 63 retq 64 FUNCTION_END(trunc_f64)
Note:
See TracChangeset
for help on using the changeset viewer.