File tree Expand file tree Collapse file tree 3 files changed +0
-35
lines changed Expand file tree Collapse file tree 3 files changed +0
-35
lines changed Original file line number Diff line number Diff line change @@ -65,8 +65,6 @@ foreach(feature IN LISTS ALL_COMPILER_FEATURES)
65
65
set (link_options "" )
66
66
if (${feature} STREQUAL "fixed_point" )
67
67
list (APPEND compile_options "-ffixed-point" )
68
- elseif (${feature} STREQUAL "padding_on_unsigned_fixed_point" )
69
- list (APPEND compile_options "-ffixed-point -Xclang=-fpadding-on-unsigned-fixed-point" )
70
68
elseif (${feature} MATCHES "^builtin_" OR
71
69
${feature} STREQUAL "float16_conversion" )
72
70
set (compile_options ${LIBC_COMPILE_OPTIONS_DEFAULT} )
Original file line number Diff line number Diff line change @@ -118,19 +118,5 @@ foreach(suffix IN ITEMS hr r lr hk k lk uhr ur ulr uhk uk ulk)
118
118
DEPENDS
119
119
libc.src.__support.fixed_point.fx_bits
120
120
)
121
- if (LIBC_COMPILER_HAS_PADDING_ON_UNSIGNED_FIXED_POINT )
122
- add_entrypoint_object (
123
- countls${suffix}_padding_on_unsigned_fixed_point
124
- HDRS
125
- countls${suffix}.h
126
- SRCS
127
- countls${suffix}.cpp
128
- COMPILE_OPTIONS
129
- ${libc_opt_high_flag}
130
- -Xclang=-fpadding-on-unsigned-fixed-point
131
- DEPENDS
132
- libc.src.__support.fixed_point.fx_bits
133
- )
134
- endif ()
135
121
136
122
endforeach ()
Original file line number Diff line number Diff line change @@ -88,25 +88,6 @@ foreach(suffix IN ITEMS hr r lr hk k lk uhr ur ulr uhk uk ulk)
88
88
libc.src.stdfix.countls${suffix}
89
89
libc.src.__support.fixed_point.fx_rep
90
90
libc.src.__support.fixed_point.fx_bits
91
-
92
- if (LIBC_COMPILER_HAS_PADDING_ON_UNSIGNED_FIXED_POINT )
93
- add_libc_test (
94
- countls${suffix}_padding_on_unsigned_fixed_point_test
95
- SUITE
96
- libc-stdfix-tests
97
- HDRS
98
- CountlsTest.h
99
- SRCS
100
- countls${suffix}_test.cpp
101
- COMPILE_OPTIONS
102
- -O3
103
- -Xclang=-fpadding-on-unsigned-fixed-point
104
- DEPENDS
105
- libc.src.stdfix.countls${suffix}_padding_on_unsigned_fixed_point
106
- libc.src.__support.fixed_point.fx_rep
107
- libc.src.__support.fixed_point.fx_bits
108
- )
109
- endif ()
110
91
)
111
92
endforeach ()
112
93
You can’t perform that action at this time.
0 commit comments