Changeset 8f5e80be in mainline
- Timestamp:
- 2016-02-20T17:57:07Z (9 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 805729b
- Parents:
- 9e53406
- Location:
- uspace/lib/math/arch/ia32/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/math/arch/ia32/src/cos.S
r9e53406 r8f5e80be 60 60 jnz reduce 61 61 62 fstp l%st(1)62 fstp %st(1) 63 63 fcos 64 64 -
uspace/lib/math/arch/ia32/src/sin.S
r9e53406 r8f5e80be 60 60 jnz reduce 61 61 62 fstp l%st(1)62 fstp %st(1) 63 63 fsin 64 64
Note:
See TracChangeset
for help on using the changeset viewer.