FLAMEGPU2 icon indicating copy to clipboard operation
FLAMEGPU2 copied to clipboard

`FLT_MAX` undefined in CUDA 12.5 for the circles examples

Open ptheywood opened this issue 6 months ago • 0 comments

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

ptheywood avatar Jul 30 '24 14:07 ptheywood