[PR #424] [MERGED] check for __ARM64_ARCH_8__ in dec/port.h so that arm64 arch under cla… #1034

Open
opened 2026-01-29 20:52:13 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/google/brotli/pull/424
Author: @mdejong
Created: 8/30/2016
Status: Merged
Merged: 10/17/2016
Merged by: @eustas

Base: masterHead: master


📝 Commits (1)

  • 214629c check for ARM64_ARCH_8 in dec/port.h so that arm64 arch under clang is detected, check for __ARM_ARCH being exactly equal to 7 so that arm64 arch does not define BROTLI_TARGET_ARMV7

📊 Changes

1 file changed (+4 additions, -4 deletions)

View changed files

📝 dec/port.h (+4 -4)

📄 Description

…ng is detected, check for __ARM_ARCH being exactly equal to 7 so that arm64 arch does not define BROTLI_TARGET_ARMV7


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/google/brotli/pull/424 **Author:** [@mdejong](https://github.com/mdejong) **Created:** 8/30/2016 **Status:** ✅ Merged **Merged:** 10/17/2016 **Merged by:** [@eustas](https://github.com/eustas) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`214629c`](https://github.com/google/brotli/commit/214629ccd7937327e004b0b4227e86169fa123a9) check for __ARM64_ARCH_8__ in dec/port.h so that arm64 arch under clang is detected, check for __ARM_ARCH being exactly equal to 7 so that arm64 arch does not define BROTLI_TARGET_ARMV7 ### 📊 Changes **1 file changed** (+4 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `dec/port.h` (+4 -4) </details> ### 📄 Description …ng is detected, check for __ARM_ARCH being exactly equal to 7 so that arm64 arch does not define BROTLI_TARGET_ARMV7 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 20:52:13 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#1034