We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6a0db2a + b2b977e commit ffb76bcCopy full SHA for ffb76bc
openblas-build/src/build.rs
@@ -324,7 +324,7 @@ impl Target {
324
"loongarch64" => Some(Target::LOONGSONGENERIC),
325
"mips64" => Some(Target::MIPS64_GENERIC),
326
"mips64el" => Some(Target::MIPS64_GENERIC),
327
- "riscv64" => Some(Target::RISCV64_GENERIC),
+ "riscv64gc" => Some(Target::RISCV64_GENERIC),
328
"csky" => Some(Target::CK860FV),
329
"sparc" => Some(Target::SPARCV7),
330
//TODO: add more generic targets
0 commit comments