Skip to content

Commit

Permalink
configure.rs: Enable f16 for mips
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Nordholts committed Feb 18, 2025
1 parent 3c09866 commit b15a085
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion configure.rs
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ pub fn configure_f16_f128(target: &Target) {
"csky" => false,
"hexagon" => false,
"loongarch64" => false,
"mips" | "mips64" | "mips32r6" | "mips64r6" => false,
"powerpc" | "powerpc64" => false,
"sparc" | "sparc64" => false,
"wasm32" | "wasm64" => false,
Expand Down

0 comments on commit b15a085

Please sign in to comment.