RandomX refactoring, moved more stuff to compile time

Small x86 JIT compiler speedup.
This commit is contained in:
SChernykh
2020-09-18 20:51:25 +02:00
parent 394ccd29d1
commit 1e38eb3f4f
11 changed files with 149 additions and 160 deletions

View File

@@ -98,6 +98,7 @@ public:
virtual size_t packages() const = 0;
virtual size_t threads() const = 0;
virtual Vendor vendor() const = 0;
virtual bool jccErratum() const = 0;
};