Added asmjit_test_perf, which replaces asmjit_bench and provides much better performance overview

Removed asmjit_test_opcode (not needed anymore as we have asmjit_test_assembler and asmjit_test_perf)
This commit is contained in:
kobalicek
2021-03-13 22:25:43 +01:00
parent c9cebc67bc
commit 7836449c30
13 changed files with 5419 additions and 6438 deletions

View File

@@ -2291,7 +2291,7 @@ public:
}
virtual void compile(x86::Compiler& cc) {
asmtest::generateAlphaBlend(cc);
asmtest::generateSseAlphaBlend(cc, true);
}
virtual bool run(void* _func, String& result, String& expect) {