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

Disable compilation of neondot microkernels for AArch32 iOS #1404

Merged
merged 1 commit into from
Apr 13, 2021

Conversation

copybara-service[bot]
Copy link

Disable compilation of neondot microkernels for AArch32 iOS

AArch32 iOS toolchain doesn't support neondot intrinsics, and thus microkernels
using these intrinsics need to be excluded from the build. It doesn't affect
runtime performance as these microkernels weren't used on iOS anyway.

This patch should fix the iOS build for "armv7"/"armv7s"/"armv7k" architectures.

AArch32 iOS toolchain doesn't support neondot intrinsics, and thus microkernels
using these intrinsics need to be excluded from the build. It doesn't affect
runtime performance as these microkernels weren't used on iOS anyway.

This patch should fix the iOS build for "armv7"/"armv7s"/"armv7k" architectures.

PiperOrigin-RevId: 368296482
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant