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