| ... | ... | @@ -1,8 +1,5 @@ |
| 1 | | // SPDX-License-Identifier: MIT |
| 2 | | // Copyright (c) 2015-2021 Zig Contributors |
| 3 | | // This file is part of [zig](https://ziglang.org/), which is MIT licensed. |
| 4 | | // The MIT license requires this copyright notice to be included in all copies |
| 5 | | // and substantial portions of the software. |
| 1 | //! This file is auto-generated by tools/update_cpu_features.zig. |
| 2 | |
| 6 | 3 | const std = @import("../std.zig"); |
| 7 | 4 | const CpuFeature = std.Target.Cpu.Feature; |
| 8 | 5 | const CpuModel = std.Target.Cpu.Model; |
| ... | ... | @@ -26,7 +23,6 @@ pub const Feature = enum { |
| 26 | 23 | dpp, |
| 27 | 24 | dpp8, |
| 28 | 25 | ds_src2_insts, |
| 29 | | dump_code, |
| 30 | 26 | enable_ds128, |
| 31 | 27 | enable_prt_strict_null, |
| 32 | 28 | fast_denormal_f32, |
| ... | ... | @@ -76,8 +72,6 @@ pub const Feature = enum { |
| 76 | 72 | movrel, |
| 77 | 73 | no_data_dep_hazard, |
| 78 | 74 | no_sdst_cmpx, |
| 79 | | no_sram_ecc_support, |
| 80 | | no_xnack_support, |
| 81 | 75 | nsa_encoding, |
| 82 | 76 | nsa_to_vmem_bug, |
| 83 | 77 | offset_3f_bug, |
| ... | ... | @@ -101,7 +95,8 @@ pub const Feature = enum { |
| 101 | 95 | si_scheduler, |
| 102 | 96 | smem_to_vector_write_hazard, |
| 103 | 97 | southern_islands, |
| 104 | | sram_ecc, |
| 98 | sramecc, |
| 99 | sramecc_support, |
| 105 | 100 | trap_handler, |
| 106 | 101 | trig_reduced_range, |
| 107 | 102 | unaligned_access_mode, |
| ... | ... | @@ -122,6 +117,7 @@ pub const Feature = enum { |
| 122 | 117 | wavefrontsize32, |
| 123 | 118 | wavefrontsize64, |
| 124 | 119 | xnack, |
| 120 | xnack_support, |
| 125 | 121 | }; |
| 126 | 122 | |
| 127 | 123 | pub usingnamespace CpuFeature.feature_set_fns(Feature); |
| ... | ... | @@ -222,14 +218,9 @@ pub const all_features = blk: { |
| 222 | 218 | .description = "Has ds_*_src2 instructions", |
| 223 | 219 | .dependencies = featureSet(&[_]Feature{}), |
| 224 | 220 | }; |
| 225 | | result[@enumToInt(Feature.dump_code)] = .{ |
| 226 | | .llvm_name = "dumpcode", |
| 227 | | .description = "Dump MachineInstrs in the CodeEmitter", |
| 228 | | .dependencies = featureSet(&[_]Feature{}), |
| 229 | | }; |
| 230 | 221 | result[@enumToInt(Feature.enable_ds128)] = .{ |
| 231 | 222 | .llvm_name = "enable-ds128", |
| 232 | | .description = "Use ds_read|write_b128", |
| 223 | .description = "Use ds_{read|write}_b128", |
| 233 | 224 | .dependencies = featureSet(&[_]Feature{}), |
| 234 | 225 | }; |
| 235 | 226 | result[@enumToInt(Feature.enable_prt_strict_null)] = .{ |
| ... | ... | @@ -337,7 +328,6 @@ pub const all_features = blk: { |
| 337 | 328 | .movrel, |
| 338 | 329 | .no_data_dep_hazard, |
| 339 | 330 | .no_sdst_cmpx, |
| 340 | | .no_sram_ecc_support, |
| 341 | 331 | .pk_fmac_f16_inst, |
| 342 | 332 | .register_banking, |
| 343 | 333 | .s_memrealtime, |
| ... | ... | @@ -417,6 +407,7 @@ pub const all_features = blk: { |
| 417 | 407 | .vgpr_index_mode, |
| 418 | 408 | .vop3p, |
| 419 | 409 | .wavefrontsize64, |
| 410 | .xnack_support, |
| 420 | 411 | }), |
| 421 | 412 | }; |
| 422 | 413 | result[@enumToInt(Feature.gfx9_insts)] = .{ |
| ... | ... | @@ -549,16 +540,6 @@ pub const all_features = blk: { |
| 549 | 540 | .description = "V_CMPX does not write VCC/SGPR in addition to EXEC", |
| 550 | 541 | .dependencies = featureSet(&[_]Feature{}), |
| 551 | 542 | }; |
| 552 | | result[@enumToInt(Feature.no_sram_ecc_support)] = .{ |
| 553 | | .llvm_name = "no-sram-ecc-support", |
| 554 | | .description = "Hardware does not support SRAM ECC", |
| 555 | | .dependencies = featureSet(&[_]Feature{}), |
| 556 | | }; |
| 557 | | result[@enumToInt(Feature.no_xnack_support)] = .{ |
| 558 | | .llvm_name = "no-xnack-support", |
| 559 | | .description = "Hardware does not support XNACK", |
| 560 | | .dependencies = featureSet(&[_]Feature{}), |
| 561 | | }; |
| 562 | 543 | result[@enumToInt(Feature.nsa_encoding)] = .{ |
| 563 | 544 | .llvm_name = "nsa-encoding", |
| 564 | 545 | .description = "Support NSA encoding for image instructions", |
| ... | ... | @@ -662,7 +643,6 @@ pub const all_features = blk: { |
| 662 | 643 | .mad_mac_f32_insts, |
| 663 | 644 | .mimg_r128, |
| 664 | 645 | .movrel, |
| 665 | | .no_sram_ecc_support, |
| 666 | 646 | .s_memtime_inst, |
| 667 | 647 | .trig_reduced_range, |
| 668 | 648 | .unaligned_buffer_access, |
| ... | ... | @@ -695,16 +675,19 @@ pub const all_features = blk: { |
| 695 | 675 | .mad_mac_f32_insts, |
| 696 | 676 | .mimg_r128, |
| 697 | 677 | .movrel, |
| 698 | | .no_sram_ecc_support, |
| 699 | | .no_xnack_support, |
| 700 | 678 | .s_memtime_inst, |
| 701 | 679 | .trig_reduced_range, |
| 702 | 680 | .wavefrontsize64, |
| 703 | 681 | }), |
| 704 | 682 | }; |
| 705 | | result[@enumToInt(Feature.sram_ecc)] = .{ |
| 706 | | .llvm_name = "sram-ecc", |
| 707 | | .description = "Enable SRAM ECC", |
| 683 | result[@enumToInt(Feature.sramecc)] = .{ |
| 684 | .llvm_name = "sramecc", |
| 685 | .description = "Enable SRAMECC", |
| 686 | .dependencies = featureSet(&[_]Feature{}), |
| 687 | }; |
| 688 | result[@enumToInt(Feature.sramecc_support)] = .{ |
| 689 | .llvm_name = "sramecc-support", |
| 690 | .description = "Hardware supports SRAMECC", |
| 708 | 691 | .dependencies = featureSet(&[_]Feature{}), |
| 709 | 692 | }; |
| 710 | 693 | result[@enumToInt(Feature.trap_handler)] = .{ |
| ... | ... | @@ -787,7 +770,6 @@ pub const all_features = blk: { |
| 787 | 770 | .mad_mac_f32_insts, |
| 788 | 771 | .mimg_r128, |
| 789 | 772 | .movrel, |
| 790 | | .no_sram_ecc_support, |
| 791 | 773 | .s_memrealtime, |
| 792 | 774 | .s_memtime_inst, |
| 793 | 775 | .scalar_stores, |
| ... | ... | @@ -835,6 +817,11 @@ pub const all_features = blk: { |
| 835 | 817 | .description = "Enable XNACK support", |
| 836 | 818 | .dependencies = featureSet(&[_]Feature{}), |
| 837 | 819 | }; |
| 820 | result[@enumToInt(Feature.xnack_support)] = .{ |
| 821 | .llvm_name = "xnack-support", |
| 822 | .description = "Hardware supports XNACK", |
| 823 | .dependencies = featureSet(&[_]Feature{}), |
| 824 | }; |
| 838 | 825 | const ti = @typeInfo(Feature); |
| 839 | 826 | for (result) |*elem, i| { |
| 840 | 827 | elem.index = i; |
| ... | ... | @@ -849,7 +836,6 @@ pub const cpu = struct { |
| 849 | 836 | .llvm_name = "bonaire", |
| 850 | 837 | .features = featureSet(&[_]Feature{ |
| 851 | 838 | .ldsbankcount32, |
| 852 | | .no_xnack_support, |
| 853 | 839 | .sea_islands, |
| 854 | 840 | }), |
| 855 | 841 | }; |
| ... | ... | @@ -862,7 +848,7 @@ pub const cpu = struct { |
| 862 | 848 | .ldsbankcount32, |
| 863 | 849 | .unpacked_d16_vmem, |
| 864 | 850 | .volcanic_islands, |
| 865 | | .xnack, |
| 851 | .xnack_support, |
| 866 | 852 | }), |
| 867 | 853 | }; |
| 868 | 854 | pub const fiji = CpuModel{ |
| ... | ... | @@ -870,7 +856,6 @@ pub const cpu = struct { |
| 870 | 856 | .llvm_name = "fiji", |
| 871 | 857 | .features = featureSet(&[_]Feature{ |
| 872 | 858 | .ldsbankcount32, |
| 873 | | .no_xnack_support, |
| 874 | 859 | .unpacked_d16_vmem, |
| 875 | 860 | .volcanic_islands, |
| 876 | 861 | }), |
| ... | ... | @@ -904,7 +889,6 @@ pub const cpu = struct { |
| 904 | 889 | .lds_misaligned_bug, |
| 905 | 890 | .ldsbankcount32, |
| 906 | 891 | .mad_mac_f32_insts, |
| 907 | | .no_xnack_support, |
| 908 | 892 | .nsa_encoding, |
| 909 | 893 | .nsa_to_vmem_bug, |
| 910 | 894 | .offset_3f_bug, |
| ... | ... | @@ -917,6 +901,7 @@ pub const cpu = struct { |
| 917 | 901 | .vcmpx_permlane_hazard, |
| 918 | 902 | .vmem_to_scalar_write_hazard, |
| 919 | 903 | .wavefrontsize32, |
| 904 | .xnack_support, |
| 920 | 905 | }), |
| 921 | 906 | }; |
| 922 | 907 | pub const gfx1011 = CpuModel{ |
| ... | ... | @@ -937,7 +922,6 @@ pub const cpu = struct { |
| 937 | 922 | .lds_misaligned_bug, |
| 938 | 923 | .ldsbankcount32, |
| 939 | 924 | .mad_mac_f32_insts, |
| 940 | | .no_xnack_support, |
| 941 | 925 | .nsa_encoding, |
| 942 | 926 | .nsa_to_vmem_bug, |
| 943 | 927 | .offset_3f_bug, |
| ... | ... | @@ -950,6 +934,7 @@ pub const cpu = struct { |
| 950 | 934 | .vcmpx_permlane_hazard, |
| 951 | 935 | .vmem_to_scalar_write_hazard, |
| 952 | 936 | .wavefrontsize32, |
| 937 | .xnack_support, |
| 953 | 938 | }), |
| 954 | 939 | }; |
| 955 | 940 | pub const gfx1012 = CpuModel{ |
| ... | ... | @@ -970,7 +955,6 @@ pub const cpu = struct { |
| 970 | 955 | .lds_misaligned_bug, |
| 971 | 956 | .ldsbankcount32, |
| 972 | 957 | .mad_mac_f32_insts, |
| 973 | | .no_xnack_support, |
| 974 | 958 | .nsa_encoding, |
| 975 | 959 | .nsa_to_vmem_bug, |
| 976 | 960 | .offset_3f_bug, |
| ... | ... | @@ -983,6 +967,7 @@ pub const cpu = struct { |
| 983 | 967 | .vcmpx_permlane_hazard, |
| 984 | 968 | .vmem_to_scalar_write_hazard, |
| 985 | 969 | .wavefrontsize32, |
| 970 | .xnack_support, |
| 986 | 971 | }), |
| 987 | 972 | }; |
| 988 | 973 | pub const gfx1030 = CpuModel{ |
| ... | ... | @@ -998,7 +983,6 @@ pub const cpu = struct { |
| 998 | 983 | .gfx10_3_insts, |
| 999 | 984 | .gfx10_b_encoding, |
| 1000 | 985 | .ldsbankcount32, |
| 1001 | | .no_xnack_support, |
| 1002 | 986 | .nsa_encoding, |
| 1003 | 987 | .wavefrontsize32, |
| 1004 | 988 | }), |
| ... | ... | @@ -1016,7 +1000,6 @@ pub const cpu = struct { |
| 1016 | 1000 | .gfx10_3_insts, |
| 1017 | 1001 | .gfx10_b_encoding, |
| 1018 | 1002 | .ldsbankcount32, |
| 1019 | | .no_xnack_support, |
| 1020 | 1003 | .nsa_encoding, |
| 1021 | 1004 | .wavefrontsize32, |
| 1022 | 1005 | }), |
| ... | ... | @@ -1034,7 +1017,6 @@ pub const cpu = struct { |
| 1034 | 1017 | .gfx10_3_insts, |
| 1035 | 1018 | .gfx10_b_encoding, |
| 1036 | 1019 | .ldsbankcount32, |
| 1037 | | .no_xnack_support, |
| 1038 | 1020 | .nsa_encoding, |
| 1039 | 1021 | .wavefrontsize32, |
| 1040 | 1022 | }), |
| ... | ... | @@ -1052,7 +1034,6 @@ pub const cpu = struct { |
| 1052 | 1034 | .gfx10_3_insts, |
| 1053 | 1035 | .gfx10_b_encoding, |
| 1054 | 1036 | .ldsbankcount32, |
| 1055 | | .no_xnack_support, |
| 1056 | 1037 | .nsa_encoding, |
| 1057 | 1038 | .wavefrontsize32, |
| 1058 | 1039 | }), |
| ... | ... | @@ -1063,8 +1044,6 @@ pub const cpu = struct { |
| 1063 | 1044 | .features = featureSet(&[_]Feature{ |
| 1064 | 1045 | .fast_fmaf, |
| 1065 | 1046 | .half_rate_64_ops, |
| 1066 | | .ldsbankcount32, |
| 1067 | | .no_xnack_support, |
| 1068 | 1047 | .southern_islands, |
| 1069 | 1048 | }), |
| 1070 | 1049 | }; |
| ... | ... | @@ -1072,8 +1051,6 @@ pub const cpu = struct { |
| 1072 | 1051 | .name = "gfx601", |
| 1073 | 1052 | .llvm_name = "gfx601", |
| 1074 | 1053 | .features = featureSet(&[_]Feature{ |
| 1075 | | .ldsbankcount32, |
| 1076 | | .no_xnack_support, |
| 1077 | 1054 | .southern_islands, |
| 1078 | 1055 | }), |
| 1079 | 1056 | }; |
| ... | ... | @@ -1081,8 +1058,6 @@ pub const cpu = struct { |
| 1081 | 1058 | .name = "gfx602", |
| 1082 | 1059 | .llvm_name = "gfx602", |
| 1083 | 1060 | .features = featureSet(&[_]Feature{ |
| 1084 | | .ldsbankcount32, |
| 1085 | | .no_xnack_support, |
| 1086 | 1061 | .southern_islands, |
| 1087 | 1062 | }), |
| 1088 | 1063 | }; |
| ... | ... | @@ -1091,7 +1066,6 @@ pub const cpu = struct { |
| 1091 | 1066 | .llvm_name = "gfx700", |
| 1092 | 1067 | .features = featureSet(&[_]Feature{ |
| 1093 | 1068 | .ldsbankcount32, |
| 1094 | | .no_xnack_support, |
| 1095 | 1069 | .sea_islands, |
| 1096 | 1070 | }), |
| 1097 | 1071 | }; |
| ... | ... | @@ -1102,7 +1076,6 @@ pub const cpu = struct { |
| 1102 | 1076 | .fast_fmaf, |
| 1103 | 1077 | .half_rate_64_ops, |
| 1104 | 1078 | .ldsbankcount32, |
| 1105 | | .no_xnack_support, |
| 1106 | 1079 | .sea_islands, |
| 1107 | 1080 | }), |
| 1108 | 1081 | }; |
| ... | ... | @@ -1112,7 +1085,6 @@ pub const cpu = struct { |
| 1112 | 1085 | .features = featureSet(&[_]Feature{ |
| 1113 | 1086 | .fast_fmaf, |
| 1114 | 1087 | .ldsbankcount16, |
| 1115 | | .no_xnack_support, |
| 1116 | 1088 | .sea_islands, |
| 1117 | 1089 | }), |
| 1118 | 1090 | }; |
| ... | ... | @@ -1121,7 +1093,6 @@ pub const cpu = struct { |
| 1121 | 1093 | .llvm_name = "gfx703", |
| 1122 | 1094 | .features = featureSet(&[_]Feature{ |
| 1123 | 1095 | .ldsbankcount16, |
| 1124 | | .no_xnack_support, |
| 1125 | 1096 | .sea_islands, |
| 1126 | 1097 | }), |
| 1127 | 1098 | }; |
| ... | ... | @@ -1130,7 +1101,6 @@ pub const cpu = struct { |
| 1130 | 1101 | .llvm_name = "gfx704", |
| 1131 | 1102 | .features = featureSet(&[_]Feature{ |
| 1132 | 1103 | .ldsbankcount32, |
| 1133 | | .no_xnack_support, |
| 1134 | 1104 | .sea_islands, |
| 1135 | 1105 | }), |
| 1136 | 1106 | }; |
| ... | ... | @@ -1139,7 +1109,6 @@ pub const cpu = struct { |
| 1139 | 1109 | .llvm_name = "gfx705", |
| 1140 | 1110 | .features = featureSet(&[_]Feature{ |
| 1141 | 1111 | .ldsbankcount16, |
| 1142 | | .no_xnack_support, |
| 1143 | 1112 | .sea_islands, |
| 1144 | 1113 | }), |
| 1145 | 1114 | }; |
| ... | ... | @@ -1152,7 +1121,7 @@ pub const cpu = struct { |
| 1152 | 1121 | .ldsbankcount32, |
| 1153 | 1122 | .unpacked_d16_vmem, |
| 1154 | 1123 | .volcanic_islands, |
| 1155 | | .xnack, |
| 1124 | .xnack_support, |
| 1156 | 1125 | }), |
| 1157 | 1126 | }; |
| 1158 | 1127 | pub const gfx802 = CpuModel{ |
| ... | ... | @@ -1160,7 +1129,6 @@ pub const cpu = struct { |
| 1160 | 1129 | .llvm_name = "gfx802", |
| 1161 | 1130 | .features = featureSet(&[_]Feature{ |
| 1162 | 1131 | .ldsbankcount32, |
| 1163 | | .no_xnack_support, |
| 1164 | 1132 | .sgpr_init_bug, |
| 1165 | 1133 | .unpacked_d16_vmem, |
| 1166 | 1134 | .volcanic_islands, |
| ... | ... | @@ -1171,7 +1139,6 @@ pub const cpu = struct { |
| 1171 | 1139 | .llvm_name = "gfx803", |
| 1172 | 1140 | .features = featureSet(&[_]Feature{ |
| 1173 | 1141 | .ldsbankcount32, |
| 1174 | | .no_xnack_support, |
| 1175 | 1142 | .unpacked_d16_vmem, |
| 1176 | 1143 | .volcanic_islands, |
| 1177 | 1144 | }), |
| ... | ... | @@ -1181,7 +1148,6 @@ pub const cpu = struct { |
| 1181 | 1148 | .llvm_name = "gfx805", |
| 1182 | 1149 | .features = featureSet(&[_]Feature{ |
| 1183 | 1150 | .ldsbankcount32, |
| 1184 | | .no_xnack_support, |
| 1185 | 1151 | .sgpr_init_bug, |
| 1186 | 1152 | .unpacked_d16_vmem, |
| 1187 | 1153 | .volcanic_islands, |
| ... | ... | @@ -1195,7 +1161,7 @@ pub const cpu = struct { |
| 1195 | 1161 | .image_store_d16_bug, |
| 1196 | 1162 | .ldsbankcount16, |
| 1197 | 1163 | .volcanic_islands, |
| 1198 | | .xnack, |
| 1164 | .xnack_support, |
| 1199 | 1165 | }), |
| 1200 | 1166 | }; |
| 1201 | 1167 | pub const gfx900 = CpuModel{ |
| ... | ... | @@ -1206,8 +1172,6 @@ pub const cpu = struct { |
| 1206 | 1172 | .image_gather4_d16_bug, |
| 1207 | 1173 | .ldsbankcount32, |
| 1208 | 1174 | .mad_mix_insts, |
| 1209 | | .no_sram_ecc_support, |
| 1210 | | .no_xnack_support, |
| 1211 | 1175 | }), |
| 1212 | 1176 | }; |
| 1213 | 1177 | pub const gfx902 = CpuModel{ |
| ... | ... | @@ -1218,8 +1182,6 @@ pub const cpu = struct { |
| 1218 | 1182 | .image_gather4_d16_bug, |
| 1219 | 1183 | .ldsbankcount32, |
| 1220 | 1184 | .mad_mix_insts, |
| 1221 | | .no_sram_ecc_support, |
| 1222 | | .xnack, |
| 1223 | 1185 | }), |
| 1224 | 1186 | }; |
| 1225 | 1187 | pub const gfx904 = CpuModel{ |
| ... | ... | @@ -1230,8 +1192,6 @@ pub const cpu = struct { |
| 1230 | 1192 | .gfx9, |
| 1231 | 1193 | .image_gather4_d16_bug, |
| 1232 | 1194 | .ldsbankcount32, |
| 1233 | | .no_sram_ecc_support, |
| 1234 | | .no_xnack_support, |
| 1235 | 1195 | }), |
| 1236 | 1196 | }; |
| 1237 | 1197 | pub const gfx906 = CpuModel{ |
| ... | ... | @@ -1246,7 +1206,7 @@ pub const cpu = struct { |
| 1246 | 1206 | .half_rate_64_ops, |
| 1247 | 1207 | .image_gather4_d16_bug, |
| 1248 | 1208 | .ldsbankcount32, |
| 1249 | | .no_xnack_support, |
| 1209 | .sramecc_support, |
| 1250 | 1210 | }), |
| 1251 | 1211 | }; |
| 1252 | 1212 | pub const gfx908 = CpuModel{ |
| ... | ... | @@ -1269,7 +1229,7 @@ pub const cpu = struct { |
| 1269 | 1229 | .mai_insts, |
| 1270 | 1230 | .mfma_inline_literal_bug, |
| 1271 | 1231 | .pk_fmac_f16_inst, |
| 1272 | | .sram_ecc, |
| 1232 | .sramecc_support, |
| 1273 | 1233 | }), |
| 1274 | 1234 | }; |
| 1275 | 1235 | pub const gfx909 = CpuModel{ |
| ... | ... | @@ -1280,7 +1240,6 @@ pub const cpu = struct { |
| 1280 | 1240 | .image_gather4_d16_bug, |
| 1281 | 1241 | .ldsbankcount32, |
| 1282 | 1242 | .mad_mix_insts, |
| 1283 | | .xnack, |
| 1284 | 1243 | }), |
| 1285 | 1244 | }; |
| 1286 | 1245 | pub const gfx90c = CpuModel{ |
| ... | ... | @@ -1298,8 +1257,6 @@ pub const cpu = struct { |
| 1298 | 1257 | .name = "hainan", |
| 1299 | 1258 | .llvm_name = "hainan", |
| 1300 | 1259 | .features = featureSet(&[_]Feature{ |
| 1301 | | .ldsbankcount32, |
| 1302 | | .no_xnack_support, |
| 1303 | 1260 | .southern_islands, |
| 1304 | 1261 | }), |
| 1305 | 1262 | }; |
| ... | ... | @@ -1310,7 +1267,6 @@ pub const cpu = struct { |
| 1310 | 1267 | .fast_fmaf, |
| 1311 | 1268 | .half_rate_64_ops, |
| 1312 | 1269 | .ldsbankcount32, |
| 1313 | | .no_xnack_support, |
| 1314 | 1270 | .sea_islands, |
| 1315 | 1271 | }), |
| 1316 | 1272 | }; |
| ... | ... | @@ -1319,7 +1275,6 @@ pub const cpu = struct { |
| 1319 | 1275 | .llvm_name = "iceland", |
| 1320 | 1276 | .features = featureSet(&[_]Feature{ |
| 1321 | 1277 | .ldsbankcount32, |
| 1322 | | .no_xnack_support, |
| 1323 | 1278 | .sgpr_init_bug, |
| 1324 | 1279 | .unpacked_d16_vmem, |
| 1325 | 1280 | .volcanic_islands, |
| ... | ... | @@ -1330,7 +1285,6 @@ pub const cpu = struct { |
| 1330 | 1285 | .llvm_name = "kabini", |
| 1331 | 1286 | .features = featureSet(&[_]Feature{ |
| 1332 | 1287 | .ldsbankcount16, |
| 1333 | | .no_xnack_support, |
| 1334 | 1288 | .sea_islands, |
| 1335 | 1289 | }), |
| 1336 | 1290 | }; |
| ... | ... | @@ -1339,7 +1293,6 @@ pub const cpu = struct { |
| 1339 | 1293 | .llvm_name = "kaveri", |
| 1340 | 1294 | .features = featureSet(&[_]Feature{ |
| 1341 | 1295 | .ldsbankcount32, |
| 1342 | | .no_xnack_support, |
| 1343 | 1296 | .sea_islands, |
| 1344 | 1297 | }), |
| 1345 | 1298 | }; |
| ... | ... | @@ -1348,7 +1301,6 @@ pub const cpu = struct { |
| 1348 | 1301 | .llvm_name = "mullins", |
| 1349 | 1302 | .features = featureSet(&[_]Feature{ |
| 1350 | 1303 | .ldsbankcount16, |
| 1351 | | .no_xnack_support, |
| 1352 | 1304 | .sea_islands, |
| 1353 | 1305 | }), |
| 1354 | 1306 | }; |
| ... | ... | @@ -1356,8 +1308,6 @@ pub const cpu = struct { |
| 1356 | 1308 | .name = "oland", |
| 1357 | 1309 | .llvm_name = "oland", |
| 1358 | 1310 | .features = featureSet(&[_]Feature{ |
| 1359 | | .ldsbankcount32, |
| 1360 | | .no_xnack_support, |
| 1361 | 1311 | .southern_islands, |
| 1362 | 1312 | }), |
| 1363 | 1313 | }; |
| ... | ... | @@ -1365,8 +1315,6 @@ pub const cpu = struct { |
| 1365 | 1315 | .name = "pitcairn", |
| 1366 | 1316 | .llvm_name = "pitcairn", |
| 1367 | 1317 | .features = featureSet(&[_]Feature{ |
| 1368 | | .ldsbankcount32, |
| 1369 | | .no_xnack_support, |
| 1370 | 1318 | .southern_islands, |
| 1371 | 1319 | }), |
| 1372 | 1320 | }; |
| ... | ... | @@ -1375,7 +1323,6 @@ pub const cpu = struct { |
| 1375 | 1323 | .llvm_name = "polaris10", |
| 1376 | 1324 | .features = featureSet(&[_]Feature{ |
| 1377 | 1325 | .ldsbankcount32, |
| 1378 | | .no_xnack_support, |
| 1379 | 1326 | .unpacked_d16_vmem, |
| 1380 | 1327 | .volcanic_islands, |
| 1381 | 1328 | }), |
| ... | ... | @@ -1385,7 +1332,6 @@ pub const cpu = struct { |
| 1385 | 1332 | .llvm_name = "polaris11", |
| 1386 | 1333 | .features = featureSet(&[_]Feature{ |
| 1387 | 1334 | .ldsbankcount32, |
| 1388 | | .no_xnack_support, |
| 1389 | 1335 | .unpacked_d16_vmem, |
| 1390 | 1336 | .volcanic_islands, |
| 1391 | 1337 | }), |
| ... | ... | @@ -1398,7 +1344,7 @@ pub const cpu = struct { |
| 1398 | 1344 | .image_store_d16_bug, |
| 1399 | 1345 | .ldsbankcount16, |
| 1400 | 1346 | .volcanic_islands, |
| 1401 | | .xnack, |
| 1347 | .xnack_support, |
| 1402 | 1348 | }), |
| 1403 | 1349 | }; |
| 1404 | 1350 | pub const tahiti = CpuModel{ |
| ... | ... | @@ -1407,8 +1353,6 @@ pub const cpu = struct { |
| 1407 | 1353 | .features = featureSet(&[_]Feature{ |
| 1408 | 1354 | .fast_fmaf, |
| 1409 | 1355 | .half_rate_64_ops, |
| 1410 | | .ldsbankcount32, |
| 1411 | | .no_xnack_support, |
| 1412 | 1356 | .southern_islands, |
| 1413 | 1357 | }), |
| 1414 | 1358 | }; |
| ... | ... | @@ -1417,7 +1361,6 @@ pub const cpu = struct { |
| 1417 | 1361 | .llvm_name = "tonga", |
| 1418 | 1362 | .features = featureSet(&[_]Feature{ |
| 1419 | 1363 | .ldsbankcount32, |
| 1420 | | .no_xnack_support, |
| 1421 | 1364 | .sgpr_init_bug, |
| 1422 | 1365 | .unpacked_d16_vmem, |
| 1423 | 1366 | .volcanic_islands, |
| ... | ... | @@ -1428,7 +1371,6 @@ pub const cpu = struct { |
| 1428 | 1371 | .llvm_name = "tongapro", |
| 1429 | 1372 | .features = featureSet(&[_]Feature{ |
| 1430 | 1373 | .ldsbankcount32, |
| 1431 | | .no_xnack_support, |
| 1432 | 1374 | .sgpr_init_bug, |
| 1433 | 1375 | .unpacked_d16_vmem, |
| 1434 | 1376 | .volcanic_islands, |
| ... | ... | @@ -1438,8 +1380,6 @@ pub const cpu = struct { |
| 1438 | 1380 | .name = "verde", |
| 1439 | 1381 | .llvm_name = "verde", |
| 1440 | 1382 | .features = featureSet(&[_]Feature{ |
| 1441 | | .ldsbankcount32, |
| 1442 | | .no_xnack_support, |
| 1443 | 1383 | .southern_islands, |
| 1444 | 1384 | }), |
| 1445 | 1385 | }; |