ralna / CUTEst

The Constrained and Unconstrained Testing Environment with safe threads (CUTEst) for optimization software
Other
88 stars 19 forks source link

Compilation error related to __float128 #48

Closed dpo closed 3 months ago

dpo commented 3 months ago

Shouldn't this line

https://github.com/ralna/CUTEst/blame/67f11688545d75aaf7820bac65431c871a098583/include/cutest.h#L60

be moved into the if a few lines below? The compiler chokes on it. I'm using Linux in a Docker container, so it's possible that it doesn't support quad precision. macOS doesn't complain but it still feels like that line is out of place.