[liba] Remove some softfloat warnings

Change-Id: I932344e1f1997899dcc42cec54aaf10df1cf2eea
This commit is contained in:
Romain Goyet
2017-08-03 13:19:18 +02:00
parent 42e5a45539
commit e655adb36a

View File

@@ -11,7 +11,8 @@
typedef double float64_t;
uint_fast32_t f64_to_ui32_r_minMag(float64_t x, bool i);
float64_t i32_to_f64(int32_t i);
int_fast32_t f64_to_i32_r_minMag(float64_t x, bool exact);
bool f64_eq(float64_t x, float64_t y);
bool f64_le(float64_t x, float64_t y);
bool f64_lt(float64_t x, float64_t y);