@@ -622,8 +622,6 @@ add_entrypoint_object(
622
622
DEPENDS
623
623
.common_constants
624
624
.explogxf
625
- libc.include .errno
626
- libc.include .math
627
625
libc.src.__support.CPP.bit
628
626
libc.src.__support.CPP.optional
629
627
libc.src.__support.FPUtil.dyadic_float
@@ -634,9 +632,10 @@ add_entrypoint_object(
634
632
libc.src.__support.FPUtil.polyeval
635
633
libc.src.__support.FPUtil.rounding_mode
636
634
libc.src.__support.FPUtil.triple_double
637
- libc.src.__support.integer_literals
638
635
libc.src.__support.macros .optimization
636
+ libc.include .errno
639
637
libc.src.errno.errno
638
+ libc.include .math
640
639
COMPILE_OPTIONS
641
640
-O3
642
641
)
@@ -673,8 +672,6 @@ add_entrypoint_object(
673
672
DEPENDS
674
673
.common_constants
675
674
.explogxf
676
- libc.include .errno
677
- libc.include .math
678
675
libc.src.__support.CPP.bit
679
676
libc.src.__support.CPP.optional
680
677
libc.src.__support.FPUtil.dyadic_float
@@ -685,9 +682,10 @@ add_entrypoint_object(
685
682
libc.src.__support.FPUtil.polyeval
686
683
libc.src.__support.FPUtil.rounding_mode
687
684
libc.src.__support.FPUtil.triple_double
688
- libc.src.__support.integer_literals
689
685
libc.src.__support.macros .optimization
686
+ libc.include .errno
690
687
libc.src.errno.errno
688
+ libc.include .math
691
689
COMPILE_OPTIONS
692
690
-O3
693
691
)
@@ -733,8 +731,6 @@ add_entrypoint_object(
733
731
DEPENDS
734
732
.common_constants
735
733
.explogxf
736
- libc.include .errno
737
- libc.include .math
738
734
libc.src.__support.CPP.bit
739
735
libc.src.__support.CPP.optional
740
736
libc.src.__support.FPUtil.dyadic_float
@@ -745,9 +741,10 @@ add_entrypoint_object(
745
741
libc.src.__support.FPUtil.polyeval
746
742
libc.src.__support.FPUtil.rounding_mode
747
743
libc.src.__support.FPUtil.triple_double
748
- libc.src.__support.integer_literals
749
744
libc.src.__support.macros .optimization
745
+ libc.include .errno
750
746
libc.src.errno.errno
747
+ libc.include .math
751
748
COMPILE_OPTIONS
752
749
-O3
753
750
)
@@ -794,8 +791,6 @@ add_entrypoint_object(
794
791
DEPENDS
795
792
.common_constants
796
793
.explogxf
797
- libc.include .errno
798
- libc.include .math
799
794
libc.src.__support.CPP.bit
800
795
libc.src.__support.CPP.optional
801
796
libc.src.__support.FPUtil.dyadic_float
@@ -806,9 +801,10 @@ add_entrypoint_object(
806
801
libc.src.__support.FPUtil.polyeval
807
802
libc.src.__support.FPUtil.rounding_mode
808
803
libc.src.__support.FPUtil.triple_double
809
- libc.src.__support.integer_literals
810
804
libc.src.__support.macros .optimization
805
+ libc.include .errno
811
806
libc.src.errno.errno
807
+ libc.include .math
812
808
COMPILE_OPTIONS
813
809
-O3
814
810
)
@@ -1065,13 +1061,12 @@ add_entrypoint_object(
1065
1061
DEPENDS
1066
1062
.common_constants
1067
1063
.log_range_reduction
1068
- libc.src.__support.FPUtil.double_double
1069
- libc.src.__support.FPUtil.dyadic_float
1070
1064
libc.src.__support.FPUtil.fenv_impl
1071
1065
libc.src.__support.FPUtil.fp_bits
1072
1066
libc.src.__support.FPUtil.multiply_add
1073
1067
libc.src.__support.FPUtil.polyeval
1074
- libc.src.__support.integer_literals
1068
+ libc.src.__support.FPUtil.double_double
1069
+ libc.src.__support.FPUtil.dyadic_float
1075
1070
libc.src.__support.macros .optimization
1076
1071
COMPILE_OPTIONS
1077
1072
-O3
@@ -1102,13 +1097,12 @@ add_entrypoint_object(
1102
1097
../log1p.h
1103
1098
DEPENDS
1104
1099
.common_constants
1105
- libc.src.__support.FPUtil.double_double
1106
- libc.src.__support.FPUtil.dyadic_float
1107
1100
libc.src.__support.FPUtil.fenv_impl
1108
1101
libc.src.__support.FPUtil.fp_bits
1109
1102
libc.src.__support.FPUtil.multiply_add
1110
1103
libc.src.__support.FPUtil.polyeval
1111
- libc.src.__support.integer_literals
1104
+ libc.src.__support.FPUtil.double_double
1105
+ libc.src.__support.FPUtil.dyadic_float
1112
1106
libc.src.__support.macros .optimization
1113
1107
COMPILE_OPTIONS
1114
1108
-O3
@@ -1141,13 +1135,12 @@ add_entrypoint_object(
1141
1135
DEPENDS
1142
1136
.common_constants
1143
1137
.log_range_reduction
1144
- libc.src.__support.FPUtil.double_double
1145
- libc.src.__support.FPUtil.dyadic_float
1146
1138
libc.src.__support.FPUtil.fenv_impl
1147
1139
libc.src.__support.FPUtil.fp_bits
1148
1140
libc.src.__support.FPUtil.multiply_add
1149
1141
libc.src.__support.FPUtil.polyeval
1150
- libc.src.__support.integer_literals
1142
+ libc.src.__support.FPUtil.double_double
1143
+ libc.src.__support.FPUtil.dyadic_float
1151
1144
libc.src.__support.macros .optimization
1152
1145
COMPILE_OPTIONS
1153
1146
-O3
@@ -1180,13 +1173,12 @@ add_entrypoint_object(
1180
1173
DEPENDS
1181
1174
.common_constants
1182
1175
.log_range_reduction
1183
- libc.src.__support.FPUtil.double_double
1184
- libc.src.__support.FPUtil.dyadic_float
1185
1176
libc.src.__support.FPUtil.fenv_impl
1186
1177
libc.src.__support.FPUtil.fp_bits
1187
1178
libc.src.__support.FPUtil.multiply_add
1188
1179
libc.src.__support.FPUtil.polyeval
1189
- libc.src.__support.integer_literals
1180
+ libc.src.__support.FPUtil.double_double
1181
+ libc.src.__support.FPUtil.dyadic_float
1190
1182
libc.src.__support.macros .optimization
1191
1183
COMPILE_OPTIONS
1192
1184
-O3
0 commit comments