Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Quafadas committed Oct 2, 2024
1 parent d7bff87 commit f1ca3f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark/src/sum.scala
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ class SumBenchmark extends BLASBenchmark:
inline def sum2 =
var sum: Double = 0.0
var i: Int = 0
val sp = Matrix.Matrix.doubleSpecies
val sp = DoubleVector.SPECIES_PREFERRED
val l = sp.length()

while i < sp.loopBound(vec.length) do
Expand Down

0 comments on commit f1ca3f8

Please sign in to comment.