mirror of
https://github.com/byteworksinc/ORCA-C.git
synced 2025-01-02 19:29:21 +00:00
Update definition of FLT_ROUNDS to reflect the dynamic rounding mode.
This commit is contained in:
parent
2630b51b74
commit
92048171ef
@ -13,7 +13,8 @@
|
||||
#ifndef __float__
|
||||
#define __float__
|
||||
|
||||
#define FLT_ROUNDS 1
|
||||
int __get_flt_rounds(void);
|
||||
#define FLT_ROUNDS (__get_flt_rounds())
|
||||
|
||||
#define FLT_RADIX 2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user