Skip to content

Commit 632a6d8

Browse files
committed
remove: padding_on_unsigned_fixed_point.cpp
1 parent 9b499bc commit 632a6d8

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

libc/cmake/modules/CheckCompilerFeatures.cmake

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ set(
1515
"fixed_point"
1616
"cfloat16"
1717
"cfloat128"
18-
"padding_on_unsigned_fixed_point"
1918
)
2019

2120
# Making sure ALL_COMPILER_FEATURES is sorted.
@@ -113,8 +112,6 @@ foreach(feature IN LISTS ALL_COMPILER_FEATURES)
113112
set(LIBC_TYPES_HAS_FLOAT128 TRUE)
114113
elseif(${feature} STREQUAL "fixed_point")
115114
set(LIBC_COMPILER_HAS_FIXED_POINT TRUE)
116-
elseif(${feature} STREQUAL "padding_on_unsigned_fixed_point")
117-
set(LIBC_COMPILER_HAS_PADDING_ON_UNSIGNED_FIXED_POINT TRUE)
118115
elseif(${feature} STREQUAL "cfloat16")
119116
set(LIBC_TYPES_HAS_CFLOAT16 TRUE)
120117
elseif(${feature} STREQUAL "cfloat128")

libc/cmake/modules/compiler_features/check_padding_on_unsigned_fixed_point.cpp

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)