Work around conflicting declarations of math functions
This restores compilation on architectures such as armhfp which alias acos and acosl because double and long double are the same.
Loading
Please register or sign in to comment
This restores compilation on architectures such as armhfp which alias acos and acosl because double and long double are the same.