Skip to content
Snippets Groups Projects
Commit d9584dba authored by Jean-Marc Valin's avatar Jean-Marc Valin
Browse files

properly defined EPSILON for the float case

parent 5de868c6
No related branches found
No related tags found
No related merge requests found
......@@ -141,7 +141,7 @@ typedef float celt_mask_t;
#define DB_SCALING 1.f
#define DB_SCALING_1 1.f
#define EPSILON 1e-15
#define EPSILON 1e-15f
#define VERY_SMALL 1e-15f
#define VERY_LARGE32 1e15f
#define VERY_LARGE16 1e15f
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment