Skip to content

Commit

Permalink
Actually update the test...
Browse files Browse the repository at this point in the history
  • Loading branch information
zoddicus committed Oct 24, 2023
1 parent 573111d commit e66f317
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ import { FP } from '../../../../../util/floating_point.js';
import {

Check failure on line 17 in src/webgpu/shader/execution/expression/call/builtin/round.spec.ts

View workflow job for this annotation

GitHub Actions / build

Replace `⏎··fullF32Range,⏎··fullF16Range,⏎··fullF64Range,⏎` with `·fullF32Range,·fullF16Range,·fullF64Range·`
fullF32Range,
fullF16Range,
reinterpretU64AsF64,
fullF64Range,
} from '../../../../../util/math.js';
import { makeCaseCache } from '../../case_cache.js';
Expand Down Expand Up @@ -51,7 +50,7 @@ export const d = makeCaseCache('round', {
abstract: () => {
return FP.abstract.generateScalarToIntervalCases(
[
reinterpretU64AsF64(0x8000_0000_0000_0000n), // https://github.com/gpuweb/cts/issues/2766
0x8000_0000_0000_0000, // https://github.com/gpuweb/cts/issues/2766
...fullF64Range(),
],
'unfiltered',
Expand Down

0 comments on commit e66f317

Please sign in to comment.