[go: nahoru, domu]

Skip to content

Commit

Permalink
Remove platform specific comment
Browse files Browse the repository at this point in the history
Remove comment in StringIndexOf benchmark that mentions
z architecture, since many architectures can support vectors.

Signed-off-by: Daniel Hong <daniel.hong@live.com>
  • Loading branch information
dhong44 committed Jul 24, 2018
1 parent c1dfae2 commit 7b127ed
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions net/adoptopenjdk/bumblebench/string/StringIndexOf.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@

/**
*
* on z13 and newer z/Architectures with vector facilities enabled, string
* indexOf can be accelerated by vector instructions.
* String.indexOf can be accelerated by vector instructions.
*
* This benchmark can generate strings of fixed/variable lengths and invokes
* indexOf to measure performance.
Expand Down

0 comments on commit 7b127ed

Please sign in to comment.