Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Quafadas committed Sep 27, 2024
1 parent 333549a commit 72c540a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark/src/vectorAddition.scala
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ class AddScalarBenchmark extends BLASBenchmark:

@Benchmark
def vecxt_add(bh: Blackhole) =
vec.scalarPlusVec(4.5)
vec +:+= (4.5)
bh.consume(vec);
end vecxt_add

Expand Down

0 comments on commit 72c540a

Please sign in to comment.