You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For vect-rounding-*.c the problem is GCC 15 now defaults to -std=gnu23, where vfrint instructions cannot be used anymore as they may raise INEXACT exceptions those C23 disallows for ceil, floor, and etc.
|| defined (__loongarch__)
after riscv and it'll be fine.The text was updated successfully, but these errors were encountered: