File tree Expand file tree Collapse file tree 2 files changed +0
-36
lines changed Expand file tree Collapse file tree 2 files changed +0
-36
lines changed Original file line number Diff line number Diff line change @@ -58,24 +58,6 @@ aarch64_jit_register_target_info (void)
5858 }
5959#endif
6060
61- if (targetm.scalar_mode_supported_p (TImode))
62- {
63- jit_target_add_supported_target_dependent_type (GCC_JIT_TYPE_UINT128_T);
64- jit_target_add_supported_target_dependent_type (GCC_JIT_TYPE_INT128_T);
65- }
66-
67- if (float16_type_node != NULL && TYPE_PRECISION (float16_type_node) == 16 )
68- jit_target_add_supported_target_dependent_type (GCC_JIT_TYPE_FLOAT16);
69-
70- if (float32_type_node != NULL && TYPE_PRECISION (float32_type_node) == 32 )
71- jit_target_add_supported_target_dependent_type (GCC_JIT_TYPE_FLOAT32);
72-
73- if (float64_type_node != NULL && TYPE_PRECISION (float64_type_node) == 64 )
74- jit_target_add_supported_target_dependent_type (GCC_JIT_TYPE_FLOAT64);
75-
76- if (float128_type_node != NULL && TYPE_PRECISION (float128_type_node) == 128 )
77- jit_target_add_supported_target_dependent_type (GCC_JIT_TYPE_FLOAT128);
78-
7961 if (TARGET_AES)
8062 jit_add_target_info (" target_feature" , " aes" );
8163 if (TARGET_BF16_FP)
Original file line number Diff line number Diff line change @@ -59,24 +59,6 @@ ix86_jit_register_target_info (void)
5959 }
6060#endif
6161
62- if (targetm.scalar_mode_supported_p (TImode))
63- {
64- jit_target_add_supported_target_dependent_type (GCC_JIT_TYPE_UINT128_T);
65- jit_target_add_supported_target_dependent_type (GCC_JIT_TYPE_INT128_T);
66- }
67-
68- if (float16_type_node != NULL && TYPE_PRECISION (float16_type_node) == 16 )
69- jit_target_add_supported_target_dependent_type (GCC_JIT_TYPE_FLOAT16);
70-
71- if (float32_type_node != NULL && TYPE_PRECISION (float32_type_node) == 32 )
72- jit_target_add_supported_target_dependent_type (GCC_JIT_TYPE_FLOAT32);
73-
74- if (float64_type_node != NULL && TYPE_PRECISION (float64_type_node) == 64 )
75- jit_target_add_supported_target_dependent_type (GCC_JIT_TYPE_FLOAT64);
76-
77- if (float128_type_node != NULL && TYPE_PRECISION (float128_type_node) == 128 )
78- jit_target_add_supported_target_dependent_type (GCC_JIT_TYPE_FLOAT128);
79-
8062#define ADD_TARGET_INFO jit_add_target_info
8163#include " i386-rust-and-jit.inc"
8264#undef ADD_TARGET_INFO
You can’t perform that action at this time.
0 commit comments