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
adjust_float_expressions adds a rounding mode to floating-point operations
when needed. The fix does the following:
1) casts from/to c_bit_field DO need a rounding mode
2) casts from c_bool and bool DO NOT need a rounding mode
0 commit comments