8 lines
104 B
C
8 lines
104 B
C
#ifndef PLATFORM_H
|
|
#define PLATFORM_H
|
|
|
|
#define BW_NO_MATH_H
|
|
#define INFINITY (__builtin_inff())
|
|
|
|
#endif
|