7 lines
97 B
C
7 lines
97 B
C
#ifndef _YGGDRASIL_MATH_H
|
|
#define _YGGDRASIL_MATH_H 1
|
|
|
|
#define INFINITY __builtin_inff()
|
|
|
|
#endif
|