Gentoo Archives: gentoo-dev

From: David Seifert <soap@g.o>
To: gentoo-dev@l.g.o
Subject: [gentoo-dev] Augmenting the CPU_FLAGS_X86 list and creating CPU_FLAGS_PPC + CPU_FLAGS_ARM
Date: Mon, 01 Aug 2016 21:09:03
Message-Id: 1470085727.7731.7.camel@gentoo.org
1 Dear friends,
2 while version bumping sci-libs/fftw, I've noticed our CPU_FLAGS_X86
3 list could be expanded a bit:
4
5 avx512 - introduced with Skylake and Knights Landing
6
7 I also propose creating a CPU_FLAGS_PPC variable containing (at least):
8
9 altivec - PowerPC's SSE
10 vsx - PowerPC's AVX
11
12 Finally, I also propose creating CPU_FLAGS_ARM variable containing:
13
14 neon
15
16 Any ideas? Currently cpu-feature flags for non-x86 are package local,
17 whereas making them globally available makes masking easier for non-
18 applicable archs etc. and makes enabling them easier for users.
19
20 David

Replies