]> git.proxmox.com Git - rustc.git/blobdiff - src/librustc_driver/target_features.rs
New upstream version 1.12.0+dfsg1
[rustc.git] / src / librustc_driver / target_features.rs
index fad0af19a127037ad0861b1842860cecb2eb621b..f2020303089d2e3d52fef55df7ca4d3986b4e98a 100644 (file)
@@ -30,12 +30,15 @@ const ARM_WHITELIST: &'static [&'static str] = &[
 const X86_WHITELIST: &'static [&'static str] = &[
     "avx\0",
     "avx2\0",
+    "bmi\0",
+    "bmi2\0",
     "sse\0",
     "sse2\0",
     "sse3\0",
     "sse4.1\0",
     "sse4.2\0",
     "ssse3\0",
+    "tbm\0",
 ];
 
 /// Add `target_feature = "..."` cfgs for a variety of platform