Update definition of FLT_ROUNDS to reflect the dynamic rounding mode.

This commit is contained in:
Stephen Heumann 2021-03-06 16:40:35 -06:00
parent 2630b51b74
commit 92048171ef
1 changed files with 2 additions and 1 deletions

View File

@ -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