Codetools: Update target processor types for x86_64.

This commit is contained in:
Juha 2021-12-30 16:35:13 +02:00
parent 972410c09d
commit a57cf215d3

View File

@ -3793,6 +3793,9 @@ procedure GetTargetProcessors(const TargetCPU: string; aList: TStrings);
procedure Intel_x86_64;
begin
aList.Add('ATHLON64');
aList.Add('COREI');
aList.Add('COREAVX');
aList.Add('COREAVX2');
end;
procedure PowerPC;