[abi] Switched to C++17

This commit is contained in:
kobalicek
2025-05-24 15:53:19 +02:00
parent cecc73f297
commit 356dddbc55
125 changed files with 7518 additions and 3345 deletions

View File

@@ -31,7 +31,7 @@ static void printInfo() noexcept {
using namespace asmjit;
// Signature of the generated function.
typedef void (*SumIntsFunc)(int* dst, const int* a, const int* b);
using SumIntsFunc = void (*)(int* dst, const int* a, const int* b);
// X86 Backend
// -----------