Merge pull request #21587 from alexrp/hexagon-porting

Some initial `hexagon-linux` port work
This commit is contained in:
Alex Rønne Petersen
2024-10-06 13:35:56 +02:00
committed by GitHub
12 changed files with 281 additions and 11 deletions

View File

@@ -12444,6 +12444,7 @@ fn backendSupportsF80(target: std.Target) bool {
/// if it produces miscompilations.
fn backendSupportsF16(target: std.Target) bool {
return switch (target.cpu.arch) {
.hexagon,
.powerpc,
.powerpcle,
.powerpc64,