mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-08 23:39:39 +01:00
Codetools: Update target processor types for x86_64.
This commit is contained in:
parent
972410c09d
commit
a57cf215d3
@ -3793,6 +3793,9 @@ procedure GetTargetProcessors(const TargetCPU: string; aList: TStrings);
|
|||||||
procedure Intel_x86_64;
|
procedure Intel_x86_64;
|
||||||
begin
|
begin
|
||||||
aList.Add('ATHLON64');
|
aList.Add('ATHLON64');
|
||||||
|
aList.Add('COREI');
|
||||||
|
aList.Add('COREAVX');
|
||||||
|
aList.Add('COREAVX2');
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure PowerPC;
|
procedure PowerPC;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user