Define float_t and double_t

This commit is contained in:
Jeremy Soller
2022-12-19 09:10:14 -07:00
parent 21efe2d3a1
commit 058509bd88
+4
View File
@@ -1,5 +1,9 @@
#include <openlibm_math.h>
// Missing typedefs
typedef float float_t;
typedef double double_t;
// Included to fix mesa issues
#ifndef M_PI
#define M_PI 3.14159265358979323846 /* pi */