mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-07-14 19:04:29 +00:00
5 lines
114 B
Batchfile
5 lines
114 B
Batchfile
@echo off
|
|
call build.bat
|
|
if errorlevel 1 exit /b 1
|
|
java --add-modules jdk.incubator.vector -jar simd-bench.jar %*
|