Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/arm64/
Date: Mon, 19 Jun 2017 18:51:14
Message-Id: 1497898264.c35a6c73010ade98af22d19689979d162a4c89e8.aballier@gentoo
1 commit: c35a6c73010ade98af22d19689979d162a4c89e8
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 19 18:50:41 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 19 18:51:04 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c35a6c73
7
8 profiles/arch/arm64: mask cpu_flags_arm_neon on vo-aacenc, its arm32 only
9
10 profiles/arch/arm64/package.use.mask | 4 ++++
11 1 file changed, 4 insertions(+)
12
13 diff --git a/profiles/arch/arm64/package.use.mask b/profiles/arch/arm64/package.use.mask
14 index 9d034e1dbe3..650c49222be 100644
15 --- a/profiles/arch/arm64/package.use.mask
16 +++ b/profiles/arch/arm64/package.use.mask
17 @@ -1,6 +1,10 @@
18 # Copyright 1999-2017 Gentoo Foundation
19 # Distributed under the terms of the GNU General Public License v2
20
21 +# Alexis Ballier <aballier@g.o> (19 Jun 2017)
22 +# This is for arm32 only neon asm
23 +media-libs/vo-aacenc cpu_flags_arm_neon
24 +
25 # Alexis Ballier <aballier@g.o> (16 Jun 2017)
26 # neon on pixman seems armv7 only, at least according to configure checks: it
27 # aborts when neon is enabled.