early-access version 3471

This commit is contained in:
pineappleEA
2023-03-24 06:52:47 +01:00
parent 723613f367
commit 5116aade0e
56 changed files with 284 additions and 239 deletions

View File

@@ -67,6 +67,7 @@ struct CPUCaps {
bool pclmulqdq : 1;
bool popcnt : 1;
bool sha : 1;
bool waitpkg : 1;
};
/**