mirror of
https://github.com/jedisct1/libsodium.git
synced 2024-12-19 01:55:02 -07:00
Remove aarch64_32
This commit is contained in:
parent
633f922791
commit
8c54312a62
@ -165,7 +165,7 @@ pub fn build(b: *std.Build) !void {
|
||||
}
|
||||
|
||||
switch (target.result.cpu.arch) {
|
||||
.aarch64, .aarch64_be, .aarch64_32 => {
|
||||
.aarch64, .aarch64_be => {
|
||||
// ARM CPUs supported by Windows are assumed to have NEON support
|
||||
if (target.result.isMinGW()) {
|
||||
target.query.cpu_features_add.addFeature(@intFromEnum(Target.aarch64.Feature.neon));
|
||||
|
Loading…
Reference in New Issue
Block a user