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();

Reply via email to