mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-21 18:22:53 +01:00
add raptorlake target
This commit is contained in:
parent
5521155be5
commit
e8f2aa0ae4
@ -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)) {
|
||||
|
Loading…
Reference in New Issue
Block a user