Skip to content

Commit

Permalink
Jcheck fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jatin-bhateja committed Jul 7, 2024
1 parent 7b53138 commit 7819124
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
* or visit www.oracle.com if you need additional information or have any
* questions.
*/

package org.openjdk.bench.jdk.incubator.vector.crypto;

import org.openjdk.jmh.annotations.*;
Expand All @@ -39,11 +39,11 @@ public class ChaChaBench {

@Param({"16384", "65536"})
private int dataSize;

private ChaChaVector cc20_S128 = makeCC20(VectorShape.S_128_BIT);
private ChaChaVector cc20_S256 = makeCC20(VectorShape.S_256_BIT);
private ChaChaVector cc20_S512 = makeCC20(VectorShape.S_512_BIT);

private MemorySegment in;
private MemorySegment out;

Expand Down

0 comments on commit 7819124

Please sign in to comment.