FLAMEGPU2
FLAMEGPU2 copied to clipboard
`FLT_MAX` undefined in CUDA 12.5 for the circles examples
CUDA 12.5 has changed an implicit include, meaning that FLT_MAX
used in the circles examples is undefined.
#include <float.h>
should fix these / switch to limits
This was with GCC 11.4.0 on Ubuntu 22.04