| ... | @@ -3295,6 +3295,7 @@ pub fn cCallingConvention(target: Target) ?std.builtin.CallingConvention { | ... | @@ -3295,6 +3295,7 @@ pub fn cCallingConvention(target: Target) ?std.builtin.CallingConvention { |
| 3295 | }, | 3295 | }, |
| 3296 | .arm, .armeb, .thumb, .thumbeb => switch (target.os.tag) { | 3296 | .arm, .armeb, .thumb, .thumbeb => switch (target.os.tag) { |
| 3297 | .netbsd => .{ .arm_apcs = .{} }, | 3297 | .netbsd => .{ .arm_apcs = .{} }, |
| | 3298 | .watchos => .{ .arm_aapcs16_vfp = .{} }, |
| 3298 | else => switch (target.abi.floatAbi()) { | 3299 | else => switch (target.abi.floatAbi()) { |
| 3299 | .soft => .{ .arm_aapcs = .{} }, | 3300 | .soft => .{ .arm_aapcs = .{} }, |
| 3300 | .hard => .{ .arm_aapcs_vfp = .{} }, | 3301 | .hard => .{ .arm_aapcs_vfp = .{} }, |