We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents df5cf21 + c80dbaf commit 96ecfadCopy full SHA for 96ecfad
build.rs
@@ -7,7 +7,7 @@ fn main() {
7
// src/lexical/math.rs for where this has an effect.
8
let target_arch = env::var("CARGO_CFG_TARGET_ARCH").unwrap();
9
match target_arch.as_str() {
10
- "aarch64" | "mips64" | "powerpc64" | "x86_64" => {
+ "aarch64" | "mips64" | "powerpc64" | "x86_64" | "loongarch64" => {
11
println!("cargo:rustc-cfg=limb_width_64");
12
}
13
_ => {
0 commit comments