summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* profiles/desc: add descriptions of vpclmulqdq and new avx512 flagsSv. Lockal2024-01-221-1/+12
| | | | | | | | | Adds description from https://github.com/projg2/cpuid2cpuflags/pull/25 Bug: https://bugs.gentoo.org/908556 Signed-off-by: Sv. Lockal <lockalsash@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/34943 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* profiles: add cpu_flags_x86_rdrand USE_EXPANDFrancisco Blas (klondike) Izquierdo Riera2020-07-241-0/+1
| | | | | | | | Introduce 'rdrand' flag that corresponds to RDRAND instruction. This currently has two users. Signed-off-by: Francisco Blas Izquierdo Riera (klondike) <klondike@gentoo.org> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* profiles/desc/cpu_flags_x86.desc: add avx512dq and avx512vl.Michael Orlitzky2020-04-031-0/+2
| | | | | | | | | | These two flags are already supported by cpuid2cpuflags, but so far no package in ::gentoo uses them. The forthcoming sci-libs/fflas-ffpack will use them, however, and -- given that they're CPU flags whose names are fixed -- it seems most sensible to add them globally right away. Bug: https://bugs.gentoo.org/715678 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* CPU_FLAGS_X86: Introduce 'sha' flagMichał Górny2019-07-191-1/+2
| | | | | | | | Introduce 'sha' flag that corresponds to SHA-NI instruction set. This has two potential users, and is present in git version of cpuid2cpuflags (pending release once the flag is added). Signed-off-by: Michał Górny <mgorny@gentoo.org>
* CPU_FLAGS_X86: add global 'f16c' flagMichał Górny2019-07-151-0/+1
| | | | | | | The 'f16c' flag is defined locally in 3 packages, and supported by cpuid2cpuflags since Mar 2016. Signed-off-by: Michał Górny <mgorny@gentoo.org>
* CPU_FLAGS_X86: add 'avx512f' flagMichał Górny2019-07-151-0/+1
| | | | | | | This flag is already defined locally by two packages, and it is supported by cpuid2cpuflags since July 2016. Signed-off-by: Michał Górny <mgorny@gentoo.org>
* added pclmul flag for x86Sébastien Fabbro2017-07-211-0/+1
|
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-281-1/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* profiles: Nuke cpu_flags_x86_mpx, #588632Michał Górny2016-07-131-1/+0
| | | | | | Remove the mpx flag from CPU_FLAGS_X86. Since mpx has memory and performance costs, this is not a flag users expect to have automatically enabled based on CPU abilities.
* sys-devel/gcc: add USE=mpx support for Intel MPX #578396Mike Frysinger2016-05-111-0/+1
|
* proj/gentoo: Initial commitRobin H. Johnson2015-08-081-0/+27
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed