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