Use Intel byte order for floating point
This commit is contained in:
parent
3a8a4fc1df
commit
851a0c4501
1 changed files with 3 additions and 0 deletions
|
@ -43,6 +43,9 @@ con_mult(sz) word sz; {
|
||||||
|
|
||||||
#define CODE_GENERATOR
|
#define CODE_GENERATOR
|
||||||
#define IEEEFLOAT
|
#define IEEEFLOAT
|
||||||
|
#define FL_MSL_AT_LOW_ADDRESS 0
|
||||||
|
#define FL_MSW_AT_LOW_ADDRESS 0
|
||||||
|
#define FL_MSB_AT_LOW_ADDRESS 0
|
||||||
#include <con_float>
|
#include <con_float>
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in a new issue