Closed tarcieri closed 7 months ago
Now that our MSRV is high enough we don't need to feature-gate aarch64 support anymore, and instead it can be always-on when compiling for aarch64 targets.
aarch64
The aarch64 feature is retained as a noop since removing it would be a breaking change.
Now that our MSRV is high enough we don't need to feature-gate
aarch64
support anymore, and instead it can be always-on when compiling foraarch64
targets.The
aarch64
feature is retained as a noop since removing it would be a breaking change.