[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#69581] [PATCH 10/11] gnu: clang-properties: Update x86_64 micro-arc
From: |
Efraim Flashner |
Subject: |
[bug#69581] [PATCH 10/11] gnu: clang-properties: Update x86_64 micro-architectures. |
Date: |
Thu, 7 Mar 2024 11:10:12 +0200 |
On Wed, Mar 06, 2024 at 07:12:25PM +0100, Ludovic Courtès wrote:
> Efraim Flashner <efraim@flashner.co.il> skribis:
>
> > * gnu/packages/llvm.scm (clang-properties): Add entries on x86_64 for
> > versions 17, 16, 15, 13, 9 and remove entry for version 10.
> >
> > Change-Id: I93149c30f011c6de8ff0cc2c2b6f0186540359cd
>
> [...]
>
> > - ;; This list was obtained by running:
> > - ;;
> > - ;; guix shell clang -- llc -march=x86-64 -mattr=help
> > - ;;
> > - ;; filtered from uninteresting entries such as "i686" and "pentium".
>
> [...]
>
> > + ("x86_64"
> > + ;; This list was obtained from
> > clang/test/Misc/target-invalid-cpu-note.c
>
> Does the ‘llc’ method no longer work? It looked easier.
>
> Apart from that, LGTM.
I've attached the file from llvmorg-15.0.7. I found the file easier
since I didn't have to run the command from the shell and it listed all
the architectures I wouldn't have even thought of looking at. And I
didn't have to do any filtering myself. And it's sorted by "power" and
by vendor, not alphabetically.
--
Efraim Flashner <efraim@flashner.co.il> רנשלפ םירפא
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
signature.asc
Description: PGP signature
- [bug#69581] [PATCH 05/11] guix: cpu: Enable tuning for i686-linux., (continued)
- [bug#69581] [PATCH 03/11] guix: cpu: Be consistent with x86_64 micro-architecture names., Efraim Flashner, 2024/03/06
- [bug#69581] [PATCH 11/11] gnu: clang-properties: Add micro-architecture support for powerpc64le., Efraim Flashner, 2024/03/06
- [bug#69581] [PATCH 01/11] gnu: opus: Mark as tunable., Efraim Flashner, 2024/03/06
- [bug#69581] [PATCH 10/11] gnu: clang-properties: Update x86_64 micro-architectures., Efraim Flashner, 2024/03/06
- [bug#69581] [PATCH 10/11] gnu: clang-properties: Update x86_64 micro-architectures., Efraim Flashner, 2024/03/07
[bug#69581] [PATCH 08/11] transformations: Add support for rust., Efraim Flashner, 2024/03/06
[bug#69581] [PATCH 04/11] guix: cpu: Rename x86-64-v1 to x86-64., Efraim Flashner, 2024/03/06
Message not available