hg: panama/dev: Vector API Testing Infrastructure
razvan.a.lupusoru at intel.com
razvan.a.lupusoru at intel.com
Tue Feb 13 23:42:09 UTC 2018
Changeset: 0090974552bb
Author: jphalimi
Date: 2018-02-13 15:23 -0800
URL: http://hg.openjdk.java.net/panama/dev/rev/0090974552bb
Vector API Testing Infrastructure
+ test/jdk/jdk/incubator/vector/Byte128VectorTests.java
+ test/jdk/jdk/incubator/vector/Byte256VectorTests.java
+ test/jdk/jdk/incubator/vector/Byte512VectorTests.java
+ test/jdk/jdk/incubator/vector/Byte64VectorTests.java
+ test/jdk/jdk/incubator/vector/Double128VectorTests.java
+ test/jdk/jdk/incubator/vector/Double256VectorTests.java
+ test/jdk/jdk/incubator/vector/Double512VectorTests.java
+ test/jdk/jdk/incubator/vector/Double64VectorTests.java
+ test/jdk/jdk/incubator/vector/Float128VectorTests.java
+ test/jdk/jdk/incubator/vector/Float256VectorTests.java
+ test/jdk/jdk/incubator/vector/Float512VectorTests.java
+ test/jdk/jdk/incubator/vector/Float64VectorTests.java
+ test/jdk/jdk/incubator/vector/Int128VectorTests.java
+ test/jdk/jdk/incubator/vector/Int256VectorTests.java
+ test/jdk/jdk/incubator/vector/Int512VectorTests.java
+ test/jdk/jdk/incubator/vector/Int64VectorTests.java
+ test/jdk/jdk/incubator/vector/Long128VectorTests.java
+ test/jdk/jdk/incubator/vector/Long256VectorTests.java
+ test/jdk/jdk/incubator/vector/Long512VectorTests.java
+ test/jdk/jdk/incubator/vector/Long64VectorTests.java
+ test/jdk/jdk/incubator/vector/README.md
+ test/jdk/jdk/incubator/vector/Short128VectorTests.java
+ test/jdk/jdk/incubator/vector/Short256VectorTests.java
+ test/jdk/jdk/incubator/vector/Short512VectorTests.java
+ test/jdk/jdk/incubator/vector/Short64VectorTests.java
+ test/jdk/jdk/incubator/vector/build-tests.sh
+ test/jdk/jdk/incubator/vector/clean.sh
+ test/jdk/jdk/incubator/vector/config.sh
+ test/jdk/jdk/incubator/vector/gen-template.sh
+ test/jdk/jdk/incubator/vector/gen-tests.sh
+ test/jdk/jdk/incubator/vector/run-tests.sh
+ test/jdk/jdk/incubator/vector/templates/Binary-Masked-op.template
+ test/jdk/jdk/incubator/vector/templates/Binary-Scalar-op.template
+ test/jdk/jdk/incubator/vector/templates/Binary-op.template
+ test/jdk/jdk/incubator/vector/templates/Blend-op.template
+ test/jdk/jdk/incubator/vector/templates/Unary-Masked-op.template
+ test/jdk/jdk/incubator/vector/templates/Unary-Scalar-op.template
+ test/jdk/jdk/incubator/vector/templates/Unary-op.template
+ test/jdk/jdk/incubator/vector/templates/footer.template
+ test/jdk/jdk/incubator/vector/templates/header.template
More information about the panama-dev
mailing list