mirror of
https://github.com/asmjit/asmjit.git
synced 2025-12-17 12:34:35 +03:00
[ABI] Added CpuFeatures to Target and CodeHolder, improved test_perf
This commit is contained in:
@@ -91,7 +91,7 @@ int TestApp::run() {
|
||||
CodeHolder code;
|
||||
SimpleErrorHandler errorHandler;
|
||||
|
||||
code.init(runtime.environment());
|
||||
code.init(runtime.environment(), runtime.cpuFeatures());
|
||||
code.setErrorHandler(&errorHandler);
|
||||
|
||||
if (pass != 0) {
|
||||
|
||||
Reference in New Issue
Block a user