| author | |
| committer | |
| log | 9161923405d1048dd6932d933b14feeb1d7c2849 |
| tree | d7a4dfd44eb626add5ffc0db4c97f745f16144ee |
| parent | 6b4f57a2573457eefd8f63ed2ac648c08740ab49 |
| signature |
This reverts commit c55e83eab1369373fe6db5072802c2fc1c4d7ebc.
This was a misreading of XtensaFeatures.td on my part.1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/Target.zig+1-1| ... | ... | @@ -3713,7 +3713,7 @@ pub fn cCallingConvention(target: *const Target) ?std.builtin.CallingConvention |
| 3713 | 3713 | .sh, .sheb => .{ .sh_gnu = .{} }, |
| 3714 | 3714 | .ve => .{ .ve_sysv = .{} }, |
| 3715 | 3715 | .xcore => .{ .xcore_xs1 = .{} }, |
| 3716 | .xtensa, .xtensaeb => .{ .xtensa_windowed = .{} }, | |
| 3716 | .xtensa, .xtensaeb => .{ .xtensa_call0 = .{} }, | |
| 3717 | 3717 | .amdgcn => .{ .amdgcn_device = .{} }, |
| 3718 | 3718 | .nvptx, .nvptx64 => .nvptx_device, |
| 3719 | 3719 | .spirv32, .spirv64 => .spirv_device, |