-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
servo: Merge #10916 - Use NEON build flag on ARM and AArch64 (from mm…
…atyas:useneon); r=aneeshusa The NEON flag is already used when building for Android, this patch enables it on other ARM devices too. Note that this patch just adds the build flag to the compilation, for actually enabling the SIMD code in Servo, we'll also need #10900 (but it's not a dependency). Source-Repo: https://github.com/servo/servo Source-Revision: a233d1e39b9549f7b24937ca4de9de0719bb890c UltraBlame original commit: ed43c96e2aa45b5353169af6812740e8609c83ab
- Loading branch information
Showing
2 changed files
with
102 additions
and
82 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters