Skip to content
Snippets Groups Projects
Commit 058509bd authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Define float_t and double_t

parent 21efe2d3
No related branches found
No related tags found
No related merge requests found
#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 */
......
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