mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-02 17:19:32 +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;
|
||||
begin
|
||||
aList.Add('ATHLON64');
|
||||
aList.Add('COREI');
|
||||
aList.Add('COREAVX');
|
||||
aList.Add('COREAVX2');
|
||||
end;
|
||||
|
||||
procedure PowerPC;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user