Skip to content

Commit

Permalink
Remove aarch64_32
Browse files Browse the repository at this point in the history
  • Loading branch information
jedisct1 committed Aug 1, 2024
1 parent f2303ba commit 09eb375
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -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));
Expand Down

0 comments on commit 09eb375

Please sign in to comment.