7 lines
83 B
C
7 lines
83 B
C
#ifndef PLATFORM_H
|
|
#define PLATFORM_H
|
|
|
|
#define INFINITY (__builtin_inff())
|
|
|
|
#endif
|