[ABI] Added CpuFeatures to Target and CodeHolder, improved test_perf

This commit is contained in:
kobalicek
2023-01-15 16:12:52 +01:00
parent a9ac13536e
commit 1ed8b77f5b
18 changed files with 155 additions and 55 deletions

View File

@@ -90,7 +90,7 @@ static uint32_t testFunc(JitRuntime& rt, EmitterType emitterType) noexcept {
#endif
CodeHolder code;
code.init(rt.environment());
code.init(rt.environment(), rt.cpuFeatures());
#ifndef ASMJIT_NO_LOGGING
code.setLogger(&logger);