소스 검색

Define float_t and double_t

Jeremy Soller 2 년 전
부모
커밋
058509bd88
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      include/math.h

+ 4 - 0
include/math.h

@@ -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 */