Changeset a82695c in mainline for softfloat/arch
- Timestamp:
- 2006-02-22T11:29:49Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1d83419
- Parents:
- 2cb202e
- Location:
- softfloat/arch/ia32/include
- Files:
-
- 2 edited
-
functions.h (modified) (1 diff)
-
types.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
softfloat/arch/ia32/include/functions.h
r2cb202e ra82695c 42 42 #define float32_to_ulonglong(X) float32_to_uint64(X); 43 43 44 #define float64_to_uint(X) float64_to_uint32(X); 45 #define float64_to_ulong(X) float64_to_uint32(X); 46 #define float64_to_ulonglong(X) float64_to_uint64(X); 47 44 48 #endif -
softfloat/arch/ia32/include/types.h
r2cb202e ra82695c 49 49 #define MIN_INT64 (0x8000000000000000ll) 50 50 51 #define MAX_UINT64 (0xFFFFFFFFFFFFFFF ll)51 #define MAX_UINT64 (0xFFFFFFFFFFFFFFFFll) 52 52 #define MIN_UINT64 (0ll) 53 53
Note:
See TracChangeset
for help on using the changeset viewer.
