fef4 and fef8 did not quite work properly: the exponent part is an
int, not a short!
This commit is contained in:
parent
95f2281570
commit
a19bb5db94
@ -12,7 +12,7 @@
|
||||
#include "FP_types.h"
|
||||
|
||||
struct fef4_returns {
|
||||
short e;
|
||||
int e;
|
||||
_float f;
|
||||
};
|
||||
|
||||
|
||||
@ -12,7 +12,7 @@
|
||||
#include "FP_types.h"
|
||||
|
||||
struct fef8_returns {
|
||||
short e;
|
||||
int e;
|
||||
_double f;
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user