diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2018-05-25 04:15:07 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-25 04:15:07 -0400 |
commit | 91a27ea277b30d8bf2dfc52e2fd5938095899765 (patch) | |
tree | 01d66329faf2eb80dc4809e141adc0c00dea7eae /python | |
parent | c35379c6833d3e0a363b098c7fe410a66355931e (diff) | |
parent | 266cb29788ca89a853b8a9d5ffaa9bc0cecf5fd8 (diff) | |
download | servo-91a27ea277b30d8bf2dfc52e2fd5938095899765.tar.gz servo-91a27ea277b30d8bf2dfc52e2fd5938095899765.zip |
Auto merge of #20857 - servo:simd, r=nox
Use std::simd instead of the simd crate
<!-- Reviewable:start -->
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/20857)
<!-- Reviewable:end -->
Diffstat (limited to 'python')
-rw-r--r-- | python/tidy/servo_tidy/licenseck.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/python/tidy/servo_tidy/licenseck.py b/python/tidy/servo_tidy/licenseck.py index 96213346715..95a1154cc00 100644 --- a/python/tidy/servo_tidy/licenseck.py +++ b/python/tidy/servo_tidy/licenseck.py @@ -62,7 +62,6 @@ licenses_dep_toml = [ 'name = "freetype"', 'name = "js"', 'name = "servo-freetype-sys"', - 'name = "simd"', 'name = "webrender"', 'name = "webrender_api"', ] |