File tree 2 files changed +10
-8
lines changed
2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -107,12 +107,14 @@ ix86_jit_register_target_info (void)
107
107
jit_add_target_info (" target_feature" , " avx2" );
108
108
if (TARGET_AVX512F)
109
109
jit_add_target_info (" target_feature" , " avx512f" );
110
- if (TARGET_AVX512ER)
111
- jit_add_target_info (" target_feature" , " avx512er" );
110
+ // TODO: update the name:
111
+ /* if (TARGET_AVX512ER)
112
+ jit_add_target_info("target_feature", "avx512er");*/
112
113
if (TARGET_AVX512CD)
113
114
jit_add_target_info (" target_feature" , " avx512cd" );
114
- if (TARGET_AVX512PF)
115
- jit_add_target_info (" target_feature" , " avx512pf" );
115
+ // TODO: update the name:
116
+ /* if (TARGET_AVX512PF)
117
+ jit_add_target_info("target_feature", "avx512pf");*/
116
118
if (TARGET_AVX512DQ)
117
119
jit_add_target_info (" target_feature" , " avx512dq" );
118
120
if (TARGET_AVX512BW)
Original file line number Diff line number Diff line change @@ -375,11 +375,11 @@ LIBGCCJIT_ABI_42 {
375
375
gcc_jit_lvalue_remove;
376
376
} LIBGCCJIT_ABI_41;
377
377
378
- LIBGCCJIT_ABI_42 {
378
+ LIBGCCJIT_ABI_43 {
379
379
global:
380
380
gcc_jit_rvalue_set_type;
381
- } LIBGCCJIT_ABI_40 ;
381
+ } LIBGCCJIT_ABI_42 ;
382
382
383
- LIBGCCJIT_ABI_42 {
383
+ LIBGCCJIT_ABI_44 {
384
384
gcc_jit_lvalue_add_attribute;
385
- } LIBGCCJIT_ABI_41 ;
385
+ } LIBGCCJIT_ABI_43 ;
You can’t perform that action at this time.
0 commit comments