https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118794
--- Comment #4 from Andrew Pinski <pinskia at gcc dot gnu.org> --- Try -fno-math-errno ? Or add: [[assert(norm>=0)]]; or: if (norm>=0) __builtin_unreachable();
pinskia at gcc dot gnu.org via Gcc-bugs Fri, 07 Feb 2025 19:46:27 -0800
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118794
--- Comment #4 from Andrew Pinski <pinskia at gcc dot gnu.org> --- Try -fno-math-errno ? Or add: [[assert(norm>=0)]]; or: if (norm>=0) __builtin_unreachable();