Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP1:GA
MozillaFirefox.12540
mozilla-ppc-altivec_static_inline.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File mozilla-ppc-altivec_static_inline.patch of Package MozillaFirefox.12540
# HG changeset patch # User msirringhaus@suse.de # Date 1560926159 -7200 # Wed Jun 19 08:35:59 2019 +0200 # Node ID a055997b24dd9d2c814417303768674b203de5dd # Parent 77a10e29334af45aadd506aab8f1bad6145653cf [mq]: mozilla-ppc-altivec_static_inline.patch diff --git a/gfx/qcms/transform-altivec.c b/gfx/qcms/transform-altivec.c --- a/gfx/qcms/transform-altivec.c +++ b/gfx/qcms/transform-altivec.c @@ -25,17 +25,17 @@ #include "qcmsint.h" #define FLOATSCALE (float)(PRECACHE_OUTPUT_SIZE) #define CLAMPMAXVAL (((float) (PRECACHE_OUTPUT_SIZE - 1)) / PRECACHE_OUTPUT_SIZE) static const ALIGN float floatScaleX4 = FLOATSCALE; static const ALIGN float clampMaxValueX4 = CLAMPMAXVAL; -inline vector float load_aligned_float(float *dataPtr) +static inline vector float load_aligned_float(float *dataPtr) { vector float data = vec_lde(0, dataPtr); vector unsigned char moveToStart = vec_lvsl(0, dataPtr); return vec_perm(data, data, moveToStart); } void qcms_transform_data_rgb_out_lut_altivec(qcms_transform *transform, unsigned char *src,
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