Skip to content

Commit

Permalink
fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoling-yi committed Jan 19, 2024
1 parent 5cb5cb0 commit 0449d5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/scala/simd/PETest.scala
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ class PEManualTest
verify(61791880, -54, 115, 67108864, 47, 127, -128, true.B, 127)
verify(118289203, 55, 56, 536870912, 50, 127, -128, true.B, 112)
verify(182938555, -69, -118, 16777216, 45, 127, -128, true.B, -31)
verify(182938555, -69, -118, 1566, 65, 127, -128, true, -128)
verify(182938555, -69, -118, 1566, 65, 127, -128, true.B, -128)

// test if the golden model matches c spec
assert(
Expand Down

0 comments on commit 0449d5a

Please sign in to comment.