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
I expected to see this happen: rustc reports the target cfgs that one would expect from "generic" aarch64-apple-darwin, notably not including SVE or anything depending on it.
This is a regression from previous versions of rustc, which (almost) accurately reflected the capabilities of Apple's M1 with respect to what rustc can make use of; rustc +nightly-2022-01-30 gives me:
(This is just one version I knew didn't have the problem; the regression may be more recent than that; the only thing wrong with this output is pmuv3, which Apple M1 doesn't implement because its PMU interface is very nonstandard.)
The text was updated successfully, but these errors were encountered:
I tried this shell invocation:
I expected to see this happen:
rustc
reports the target cfgs that one would expect from "generic"aarch64-apple-darwin
, notably not including SVE or anything depending on it.Instead, this happened:
Meta
rustc +nightly --version --verbose
:This is a regression from previous versions of
rustc
, which (almost) accurately reflected the capabilities of Apple's M1 with respect to whatrustc
can make use of;rustc +nightly-2022-01-30
gives me:(This is just one version I knew didn't have the problem; the regression may be more recent than that; the only thing wrong with this output is
pmuv3
, which Apple M1 doesn't implement because its PMU interface is very nonstandard.)The text was updated successfully, but these errors were encountered: