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
Standardize on signed integers in quantifiers and loops.
Specifically, use signed "int" for:
1. for loop counters
2. quantified expressions
3. variables and struct fields that count or index into arrays
4. formal parameters for array indexes, offsets and counts
Additionally, strengthen pre-conditions on polyvecl_add()
and polyveck_add() to stabilize proof of those functions
for all parameter sets.
Signed-off-by: Rod Chapman <[email protected]>
0 commit comments