Searched refs:features (Results 1 – 5 of 5) sorted by relevance
/scripts/ |
A D | generate_rust_target.rs | 206 let mut features = "-mmx,+soft-float".to_string(); in main() variables 213 features += ",+retpoline-external-thunk"; in main() 214 features += ",+retpoline-indirect-branches"; in main() 215 features += ",+retpoline-indirect-calls"; in main() 222 features += ",+harden-sls-ijmp"; in main() 223 features += ",+harden-sls-ret"; in main() 225 ts.push("features", features); in main() 242 let mut features = "-mmx,+soft-float".to_string(); in main() variables 244 features += ",+retpoline-external-thunk"; in main() 246 ts.push("features", features); in main()
|
A 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.
|
A D | Makefile.build | 328 -Zallow-features=$(rust_allowed_features) \
|
A D | spelling.txt | 713 feautures||features 715 fetaures||features
|
/scripts/gcc-plugins/ |
A D | Kconfig | 15 GCC plugins are loadable modules that provide extra features to the
|
Completed in 6 milliseconds