Changeset e4a6dda in mainline
- Timestamp:
- 2005-09-02T19:14:58Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 89344d85
- Parents:
- da7d770
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ppc/src/fmath.c
rda7d770 re4a6dda 123 123 fmath_ld_union.ldd[7]=((fmath_ld_union.ldd[7])&0x7f)|(sign<<7); // change 64th bit (IA32 is a little endian) 124 124 return fmath_ld_union.bf; 125 */ return 1.0 125 */ return 1.0; 126 126 } 127 127
Note:
See TracChangeset
for help on using the changeset viewer.