mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
update fpcalc.c to match book and lex 0x or x prefix for inputs. Also improve the output for f128 to match half/single/double
This commit is contained in:
parent
d714a52cb6
commit
df2dd3f887
@ -249,7 +249,6 @@ __uint128_t parseNum(char *num) {
|
|||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
opSize = size;
|
opSize = size;
|
||||||
//printf ("Operand size is %d\n", opSize);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Add to handle either input preference
|
// Add to handle either input preference
|
||||||
|
Loading…
Reference in New Issue
Block a user