Changeset View
Changeset View
Standalone View
Standalone View
intern/libc_compat/libc_compat.c
| Context not available. | |||||
| * incompatible with the system libraries that Blender is built on. To solve | * incompatible with the system libraries that Blender is built on. To solve | ||||
| * this we add a few -ffast-math symbols that can be missing. */ | * this we add a few -ffast-math symbols that can be missing. */ | ||||
| #ifdef __linux__ | |||||
| # include <features.h> | # include <features.h> | ||||
| # include <math.h> | # include <math.h> | ||||
| #ifdef __GLIBC__ | |||||
| # if defined(__GLIBC_PREREQ) && __GLIBC_PREREQ(2, 31) | # if defined(__GLIBC_PREREQ) && __GLIBC_PREREQ(2, 31) | ||||
| double __exp_finite(double x); | double __exp_finite(double x); | ||||
| Context not available. | |||||