Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Please login to access the resource
openSUSE:Factory
python-grpcio
xxhash-avoid-armv6-unaligned-access.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File xxhash-avoid-armv6-unaligned-access.patch of Package python-grpcio
Index: grpcio/third_party/xxhash/xxhash.h =================================================================== --- grpcio.orig/third_party/xxhash/xxhash.h +++ grpcio/third_party/xxhash/xxhash.h @@ -1408,7 +1408,7 @@ XXH3_128bits_reset_withSecretandSeed(XXH (defined(__INTEL_COMPILER) && !defined(_WIN32)) || \ ( \ defined(__GNUC__) && ( \ - (defined(__ARM_ARCH) && __ARM_ARCH >= 7) || \ + (defined(__ARM_ARCH) && __ARM_ARCH >= 6) || \ ( \ defined(__mips__) && \ (__mips <= 5 || __mips_isa_rev < 6) && \
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