Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include aarch64 asm .h helper only when targeting arm #2386

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Nicoshev
Copy link
Contributor

Summary: .h helper is now guarded behind #if defined(aarch64) || defined(arm)

Differential Revision: D69799353

@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D69799353

Nicoshev added a commit to Nicoshev/folly that referenced this pull request Feb 20, 2025
Summary:

.h helper is now guarded behind #if defined(__aarch64__) || defined(__arm__)

Reviewed By: r1mikey, vamsidesu5

Differential Revision: D69799353
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D69799353

Summary:

.h helper is now guarded behind #if defined(__aarch64__) || defined(__arm__)

Reviewed By: r1mikey, vamsidesu5

Differential Revision: D69799353
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D69799353

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants