Gentoo Archives: gentoo-dev

From: Michael Orlitzky <mjo@g.o>
To: gentoo-dev@l.g.o
Subject: [gentoo-dev] [PATCH 0/2] New x86 CPU flags and a package to use them.
Date: Thu, 02 Apr 2020 13:11:36
Message-Id: 20200402131123.9102-1-mjo@gentoo.org
1 Sending to the list because it adds two new global CPU flags, already
2 supported by cpuid2cpuflags but not listed in the profiles yet.
3
4 Michael Orlitzky (2):
5 profiles/desc/cpu_flags_x86.desc: add avx512dq and avx512vl.
6 sci-libs/fflas-ffpack: new package for finite-field linear algebra.
7
8 profiles/desc/cpu_flags_x86.desc | 2 +
9 sci-libs/fflas-ffpack/Manifest | 1 +
10 .../fflas-ffpack/fflas-ffpack-2.4.3.ebuild | 62 +++++++++++++
11 .../files/fflas-ffpack-2.3.2-blaslapack.patch | 90 +++++++++++++++++++
12 sci-libs/fflas-ffpack/metadata.xml | 37 ++++++++
13 5 files changed, 192 insertions(+)
14 create mode 100644 sci-libs/fflas-ffpack/Manifest
15 create mode 100644 sci-libs/fflas-ffpack/fflas-ffpack-2.4.3.ebuild
16 create mode 100644 sci-libs/fflas-ffpack/files/fflas-ffpack-2.3.2-blaslapack.patch
17 create mode 100644 sci-libs/fflas-ffpack/metadata.xml
18
19 --
20 2.24.1

Replies