Searched refs:features (Results 1 – 5 of 5) sorted by relevance
| /scripts/ |
| D | generate_rust_target.rs | 204 let mut features = "-mmx,+soft-float".to_string(); in main() localVariable 211 features += ",+retpoline-external-thunk"; in main() 212 features += ",+retpoline-indirect-branches"; in main() 213 features += ",+retpoline-indirect-calls"; in main() 220 features += ",+harden-sls-ijmp"; in main() 221 features += ",+harden-sls-ret"; in main() 223 ts.push("features", features); in main() 244 let mut features = "-mmx,+soft-float".to_string(); in main() localVariable 246 features += ",+retpoline-external-thunk"; in main() 248 ts.push("features", features); in main()
|
| D | Kconfig.include | 75 # If you are testing for unstable features, consider testing RUSTC_VERSION 76 # instead, as features may have different completeness while available.
|
| D | Makefile.build | 270 -Zallow-features=$(rust_allowed_features) \
|
| D | spelling.txt | 687 feautures||features 689 fetaures||features
|
| /scripts/gcc-plugins/ |
| D | Kconfig | 17 GCC plugins are loadable modules that provide extra features to the
|