generated from amazon-archives/__template_Apache-2.0
-
Notifications
You must be signed in to change notification settings - Fork 134
Closed
Labels
T-UserTag user issues / requestsTag user issues / requests
Description
Is there a way to specifically disable the floating-point overflow checks?
I only want to ignore the following errors (and nothing else):
Failed Checks: NaN on multiplication
Failed Checks: NaN on addition
Failed Checks: arithmetic overflow on floating-point addition
Failed Checks: arithmetic overflow on floating-point multiplicationIf it's not possible, is there a way to implement custom add/mul functions to make kani happy? Any tips.
Metadata
Metadata
Assignees
Labels
T-UserTag user issues / requestsTag user issues / requests