mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-07-13 10:23:45 +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 %*
|