[liba] Add a double-precision libm

Change-Id: I3d0b5393eaaec3e01529e739535512c07f41a088
This commit is contained in:
Romain Goyet
2017-08-03 14:52:20 +02:00
parent a1f1e2df6a
commit c84b378b8b
35 changed files with 4138 additions and 1 deletions

View File

@@ -1,8 +1,12 @@
#ifndef LIBA_FLOAT_H
#define LIBA_FLOAT_H
#define FLT_EVAL_METHOD __FLT_EVAL_METHOD__
#define FLT_MAX 1E+37f
#define FLT_MIN 1E-37f
#define FLT_EPSILON 1E-5f
#define LDBL_MANT_DIG (-1)
#endif