Skip to content

Commit

Permalink
Address feedback from Ben
Browse files Browse the repository at this point in the history
  • Loading branch information
toji committed Apr 4, 2024
1 parent e952e49 commit 4bacf94
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Validates that constant evaluation and override evaluation of ${builtin}() never
const bc = quantizeFn(b * c);
const dp = quantizeFn(bc * kValidArgumentTypes[t.params.type].width);

if (!Number.isFinite(bc) || !Number.isFinite(dp)) {
if (!Number.isFinite(dp)) {
expectedResult = false;
}

Expand Down

0 comments on commit 4bacf94

Please sign in to comment.