Lines Matching defs:features
208 let mut features = "-mmx,+soft-float".to_string();
211 // target feature of the same name plus the other two target features in
215 features += ",+retpoline-external-thunk";
216 features += ",+retpoline-indirect-branches";
217 features += ",+retpoline-indirect-calls";
220 // The kernel uses `-mharden-sls=all`, which Clang maps to both these target features in
224 features += ",+harden-sls-ijmp";
225 features += ",+harden-sls-ret";
227 ts.push("features", features);
250 let mut features = "-mmx,+soft-float".to_string();
252 features += ",+retpoline-external-thunk";
254 ts.push("features", features);