@@ -61,33 +61,43 @@ comptime {
61
61
_ = @import ("compiler_rt/fixhfsi.zig" );
62
62
_ = @import ("compiler_rt/fixhfdi.zig" );
63
63
_ = @import ("compiler_rt/fixhfti.zig" );
64
+ _ = @import ("compiler_rt/fixhfei.zig" );
64
65
_ = @import ("compiler_rt/fixsfsi.zig" );
65
66
_ = @import ("compiler_rt/fixsfdi.zig" );
66
67
_ = @import ("compiler_rt/fixsfti.zig" );
68
+ _ = @import ("compiler_rt/fixsfei.zig" );
67
69
_ = @import ("compiler_rt/fixdfsi.zig" );
68
70
_ = @import ("compiler_rt/fixdfdi.zig" );
69
71
_ = @import ("compiler_rt/fixdfti.zig" );
72
+ _ = @import ("compiler_rt/fixdfei.zig" );
70
73
_ = @import ("compiler_rt/fixtfsi.zig" );
71
74
_ = @import ("compiler_rt/fixtfdi.zig" );
72
75
_ = @import ("compiler_rt/fixtfti.zig" );
76
+ _ = @import ("compiler_rt/fixtfei.zig" );
73
77
_ = @import ("compiler_rt/fixxfsi.zig" );
74
78
_ = @import ("compiler_rt/fixxfdi.zig" );
75
79
_ = @import ("compiler_rt/fixxfti.zig" );
80
+ _ = @import ("compiler_rt/fixxfei.zig" );
76
81
_ = @import ("compiler_rt/fixunshfsi.zig" );
77
82
_ = @import ("compiler_rt/fixunshfdi.zig" );
78
83
_ = @import ("compiler_rt/fixunshfti.zig" );
84
+ _ = @import ("compiler_rt/fixunshfei.zig" );
79
85
_ = @import ("compiler_rt/fixunssfsi.zig" );
80
86
_ = @import ("compiler_rt/fixunssfdi.zig" );
81
87
_ = @import ("compiler_rt/fixunssfti.zig" );
88
+ _ = @import ("compiler_rt/fixunssfei.zig" );
82
89
_ = @import ("compiler_rt/fixunsdfsi.zig" );
83
90
_ = @import ("compiler_rt/fixunsdfdi.zig" );
84
91
_ = @import ("compiler_rt/fixunsdfti.zig" );
92
+ _ = @import ("compiler_rt/fixunsdfei.zig" );
85
93
_ = @import ("compiler_rt/fixunstfsi.zig" );
86
94
_ = @import ("compiler_rt/fixunstfdi.zig" );
87
95
_ = @import ("compiler_rt/fixunstfti.zig" );
96
+ _ = @import ("compiler_rt/fixunstfei.zig" );
88
97
_ = @import ("compiler_rt/fixunsxfsi.zig" );
89
98
_ = @import ("compiler_rt/fixunsxfdi.zig" );
90
99
_ = @import ("compiler_rt/fixunsxfti.zig" );
100
+ _ = @import ("compiler_rt/fixunsxfei.zig" );
91
101
92
102
_ = @import ("compiler_rt/float_from_int.zig" );
93
103
_ = @import ("compiler_rt/floatsihf.zig" );
@@ -105,21 +115,31 @@ comptime {
105
115
_ = @import ("compiler_rt/floattidf.zig" );
106
116
_ = @import ("compiler_rt/floattitf.zig" );
107
117
_ = @import ("compiler_rt/floattixf.zig" );
108
- _ = @import ("compiler_rt/floatundihf .zig" );
109
- _ = @import ("compiler_rt/floatundisf .zig" );
110
- _ = @import ("compiler_rt/floatundidf .zig" );
111
- _ = @import ("compiler_rt/floatunditf .zig" );
112
- _ = @import ("compiler_rt/floatundixf .zig" );
118
+ _ = @import ("compiler_rt/floateihf .zig" );
119
+ _ = @import ("compiler_rt/floateisf .zig" );
120
+ _ = @import ("compiler_rt/floateidf .zig" );
121
+ _ = @import ("compiler_rt/floateitf .zig" );
122
+ _ = @import ("compiler_rt/floateixf .zig" );
113
123
_ = @import ("compiler_rt/floatunsihf.zig" );
114
124
_ = @import ("compiler_rt/floatunsisf.zig" );
115
125
_ = @import ("compiler_rt/floatunsidf.zig" );
116
126
_ = @import ("compiler_rt/floatunsitf.zig" );
117
127
_ = @import ("compiler_rt/floatunsixf.zig" );
128
+ _ = @import ("compiler_rt/floatundihf.zig" );
129
+ _ = @import ("compiler_rt/floatundisf.zig" );
130
+ _ = @import ("compiler_rt/floatundidf.zig" );
131
+ _ = @import ("compiler_rt/floatunditf.zig" );
132
+ _ = @import ("compiler_rt/floatundixf.zig" );
118
133
_ = @import ("compiler_rt/floatuntihf.zig" );
119
134
_ = @import ("compiler_rt/floatuntisf.zig" );
120
135
_ = @import ("compiler_rt/floatuntidf.zig" );
121
136
_ = @import ("compiler_rt/floatuntitf.zig" );
122
137
_ = @import ("compiler_rt/floatuntixf.zig" );
138
+ _ = @import ("compiler_rt/floatuneihf.zig" );
139
+ _ = @import ("compiler_rt/floatuneisf.zig" );
140
+ _ = @import ("compiler_rt/floatuneidf.zig" );
141
+ _ = @import ("compiler_rt/floatuneitf.zig" );
142
+ _ = @import ("compiler_rt/floatuneixf.zig" );
123
143
124
144
// comparison
125
145
_ = @import ("compiler_rt/comparef.zig" );
0 commit comments