Changes in uspace/lib/math/arch/ia32/src/trunc.S [d9be488:9adb61d] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/math/arch/ia32/src/trunc.S
rd9be488 r9adb61d 31 31 .text 32 32 33 .global trunc 33 .global trunc_f64 34 34 35 trunc :35 trunc_f64: 36 36 pushl %ebp 37 37 movl %esp, %ebp
Note:
See TracChangeset
for help on using the changeset viewer.