Changeset 2cb202e in mainline
- Timestamp:
- 2006-02-20T23:21:47Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a82695c
- Parents:
- afffa1e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
softfloat/generic/softfloat.c
rafffa1e r2cb202e 210 210 fa.f = a; 211 211 212 return float32_to_ long(fa);212 return float32_to_ulong(fa); 213 213 } 214 214 unsigned long __fixunsdfdi(double a)
Note:
See TracChangeset
for help on using the changeset viewer.