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
C99 states that the behavior of abs, labs, llabs, imaxabs is undefined when
the result of computing the absolute value is not representable. This
commit adds preconditions to the library models that catch this case.
0 commit comments