mirror of
https://github.com/azahar-emu/dynarmic.git
synced 2026-05-05 02:32:43 +02:00
cpu_info: remove tSSE4a and tSSE5 (#643)
tSSE4a and tSSE5 have been removed from xbyak
This commit is contained in:
@@ -73,8 +73,6 @@ TEST_CASE("Host CPU supports", "[a64]") {
|
||||
std::make_pair(Xbyak::util::Cpu::tSSE3, "SSE3"),
|
||||
std::make_pair(Xbyak::util::Cpu::tSSE41, "SSE41"),
|
||||
std::make_pair(Xbyak::util::Cpu::tSSE42, "SSE42"),
|
||||
std::make_pair(Xbyak::util::Cpu::tSSE4a, "SSE4a"),
|
||||
std::make_pair(Xbyak::util::Cpu::tSSE5, "SSE5"),
|
||||
std::make_pair(Xbyak::util::Cpu::tSSSE3, "SSSE3"),
|
||||
std::make_pair(Xbyak::util::Cpu::tVAES, "VAES"),
|
||||
std::make_pair(Xbyak::util::Cpu::tVPCLMULQDQ, "VPCLMULQDQ"),
|
||||
|
||||
Reference in New Issue
Block a user