Files
asmjit/configure_vs2022_x64.bat
kobalicek cdc4eacbb1 [abi] Added more functionality to ujit
* Renamed round to round_even
  * Added round_half_up intrinsic
  * Added floating-point mod
  * Added a scalar version of floating-point abs and neg
  * Added a behavior enum to specify how float to int conversion
    handles out-of-range and NaN cases
  * Updated some APX stuff in instruction database
2025-10-05 17:31:24 +02:00

3 lines
76 B
Batchfile

@echo off
cmake . -B build_x64 -G"Visual Studio 17" -A x64 -DASMJIT_TEST=ON