1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 10:32:48 +02:00

add raptorlake target

This commit is contained in:
Yahfz 2022-08-29 00:25:20 -03:00 committed by Ivan
parent 5521155be5
commit e8f2aa0ae4

View File

@ -783,6 +783,8 @@ getIntelProcessorTypeAndSubtype(unsigned Family, unsigned Model,
// Alderlake:
case 0x97:
case 0x9a:
case 0xb7: // Raptorlake Desktop
case 0xba: // Raptorlake Mobile
*Type = X86::INTEL_COREI7;
// Alderlake has AVX-512 when the E-cores are disabled
if (testFeature(X86::FEATURE_AVX512VBMI2)) {