Re: [PATCH] amdgcn: Add preprocessor builtins for every processor type

2022-12-01 Thread Andrew Stubbs
On 01/12/2022 14:35, Paul-Antoine Arras wrote: I believe this patch addresses your comments regarding the GCN bits. The new builtins are consistent with the LLVM naming convention (lower case, canonical name). For gfx803, I also kept '__fiji__' to be consistent with -march=fiji. Is it OK for

[PATCH] amdgcn: Add preprocessor builtins for every processor type

2022-12-01 Thread Paul-Antoine Arras
d1e9a6eb1252c75c Mon Sep 17 00:00:00 2001 From: Paul-Antoine Arras Date: Thu, 1 Dec 2022 15:09:54 +0100 Subject: [PATCH] amdgcn: Add preprocessor builtins for every processor type Provide a specific builtin for each possible value of '-march'. gcc/ChangeLog: