Structs§
Enums§
Statics§
- INIT 🔒
Functions§
- Returns a feature name for the given
+feature
or-feature
string. - configure_
llvm 🔒 ⚠ - Returns the host CPU name, according to LLVM.
- The list of LLVM features computed from CLI flags (
-Ctarget-cpu
,-Ctarget-feature
,--target
and similar). - If the given string is
"native"
, returns the host CPU name according to LLVM. Otherwise, the string is returned as-is. - init 🔒
- print 🔒
- Used to generate cfg variables and apply features. Must express features in the way Rust understands them.
- tune_
cpu 🔒