Skip to content

Commit

Permalink
Don't set float-abi on arm64 targets
Browse files Browse the repository at this point in the history
  • Loading branch information
garyttierney committed Oct 30, 2024
1 parent 7c91e0f commit a290bbe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ fn main() {
build.define("KDU_X86_INTRINSICS", None);
}
Arch::Arm => {
build.flag("-mfloat-abi=soft");
build.define("KDU_NEON_INTRINSICS", None);
}
}
Expand Down

0 comments on commit a290bbe

Please sign in to comment.