Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15-SP1:GA
eigen3
0001-Disable-Altivec-for-ppc64le.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0001-Disable-Altivec-for-ppc64le.patch of Package eigen3
From e4b0115a362a35a3ac6eacca9fbd7f57e7c02fb4 Mon Sep 17 00:00:00 2001 From: Dinar Valeev <dvaleev@suse.com> Date: Wed, 30 Jul 2014 17:55:03 +0200 Subject: [PATCH] Disable Altivec for ppc64le --- Eigen/Core | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: eigen-eigen-67e894c6cd8f/Eigen/Core =================================================================== --- eigen-eigen-67e894c6cd8f.orig/Eigen/Core +++ eigen-eigen-67e894c6cd8f/Eigen/Core @@ -201,7 +201,7 @@ #undef bool #undef vector #undef pixel - #elif defined __ALTIVEC__ + #elif defined __ALTIVEC__ && _CALL_ELF != 2 #define EIGEN_VECTORIZE #define EIGEN_VECTORIZE_ALTIVEC #include <altivec.h>
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor