Skip to content

Commit e9552b6

Browse files
Recompiled for Java 8
Default release contains all native architectures, removed all other native release versions than win-x64 and arm32-lwjgl-3.3.2.
1 parent 9f5b88e commit e9552b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fi/jkauppa/vectorizedcomputebenchmark/VectorizedComputeBenchmark.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public VectorizedComputeBenchmark(int vde, int vnc, int vre) {
1515
}
1616

1717
public static void main(String[] args) {
18-
System.out.println("VectorizedComputeBenchmark v1.0.3");
18+
System.out.println("VectorizedComputeBenchmark v1.0.4");
1919
int de = 0;
2020
int nc = 100000000;
2121
int re = 1000;

0 commit comments

Comments
 (0)