Skip to content
This repository was archived by the owner on Feb 3, 2020. It is now read-only.

Commit 56ad47a

Browse files
helper-head.h: add defination of float32 and float64
Signed-off-by: chaojixx <[email protected]>
1 parent eec363f commit 56ad47a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

include/tcg/helper-head.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@
2020

2121
#define HELPER(name) glue(helper_, name)
2222

23+
// XXX: this is in softfloat.
24+
typedef uint32_t float32;
25+
typedef uint64_t float64;
2326
/* Some types that make sense in C, but not for TCG. */
2427
#define dh_alias_i32 i32
2528
#define dh_alias_s32 i32

0 commit comments

Comments
 (0)