You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is currently part of a function inside the __is_feature_detected module of std_detect, which means that it uses the value of the target feature when compiling libstd instead of the target crate, making -Ctarget-cpu/-Ctarget-feature in RUSTFLAGS ineffective at optimizing the runtime detection away.
The text was updated successfully, but these errors were encountered:
stdarch/crates/std_detect/src/detect/macros.rs
Lines 88 to 101 in d385078
It is currently part of a function inside the
__is_feature_detected
module of std_detect, which means that it uses the value of the target feature when compiling libstd instead of the target crate, making-Ctarget-cpu
/-Ctarget-feature
inRUSTFLAGS
ineffective at optimizing the runtime detection away.The text was updated successfully, but these errors were encountered: