Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.2:Ports
eigen3
0001-Do-stack-allignment-on-ppc.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0001-Do-stack-allignment-on-ppc.patch of Package eigen3
From 91025c823045259bad2297850625a08fbf986043 Mon Sep 17 00:00:00 2001 From: Dinar Valeev <dvaleev@suse.com> Date: Thu, 31 Jul 2014 12:51:13 +0000 Subject: [PATCH] Do stack allignment on ppc --- Eigen/src/Core/util/Macros.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: eigen-eigen-bdd17ee3b1b3/Eigen/src/Core/util/Macros.h =================================================================== --- eigen-eigen-bdd17ee3b1b3.orig/Eigen/src/Core/util/Macros.h +++ eigen-eigen-bdd17ee3b1b3/Eigen/src/Core/util/Macros.h @@ -50,7 +50,7 @@ // Only static alignment is really problematic (relies on nonstandard compiler extensions that don't // work everywhere, for example don't work on GCC/ARM), try to keep heap alignment even // when we have to disable static alignment. -#if defined(__GNUC__) && !(defined(__i386__) || defined(__x86_64__) || defined(__powerpc__) || defined(__ppc__) || defined(__ia64__)) +#if defined(__GNUC__) && !(defined(__i386__) || defined(__x86_64__) || defined(__ia64__)) #define EIGEN_GCC_AND_ARCH_DOESNT_WANT_STACK_ALIGNMENT 1 #else #define EIGEN_GCC_AND_ARCH_DOESNT_WANT_STACK_ALIGNMENT 0
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