servo/python
bors-servo a233d1e39b Auto merge of #10916 - mmatyas:useneon, r=aneeshusa
Use NEON build flag on ARM and AArch64

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).

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/10916)
<!-- Reviewable:end -->
2016-05-05 14:44:03 -07:00
..
servo Auto merge of #10916 - mmatyas:useneon, r=aneeshusa 2016-05-05 14:44:03 -07:00
tidy Update lazy_static, selectors, string_cache, futf, quickersort 2016-05-02 16:05:31 -07:00
mach_bootstrap.py Upgrade mach to 0.6; stop vendoring mach. 2016-05-02 19:27:52 -04:00
README.md Fix styling for Markdown headers. 2016-05-02 22:20:49 -04:00
requirements.txt Upgrade mach to 0.6; stop vendoring mach. 2016-05-02 19:27:52 -04:00

This directory contains various Python modules used to support servo development.

servo

servo-specific python code e.g. implementations of mach commands. This is the canonical repository for this code.

tidy

servo-tidy is used to check licenses, line lengths, whitespace, flake8 on Python files, lock file versions, and more.