zig/lib/compiler_rt
mlugg f26dda2117 all: migrate code to new cast builtin syntax
Most of this migration was performed automatically with `zig fmt`. There
were a few exceptions which I had to manually fix:

* `@alignCast` and `@addrSpaceCast` cannot be automatically rewritten
* `@truncate`'s fixup is incorrect for vectors
* Test cases are not formatted, and their error locations change
2023-06-24 16:56:39 -07:00
..
aarch64_outline_atomics.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
absv.zig compiler-rt: break up functions even more 2022-06-17 16:38:59 -07:00
absvdi2_test.zig compiler-rt: fix tests 2022-06-17 16:38:59 -07:00
absvdi2.zig compiler-rt: Set the symbol visibility 2022-12-28 14:57:17 +01:00
absvsi2_test.zig compiler-rt: fix tests 2022-06-17 16:38:59 -07:00
absvsi2.zig compiler-rt: Set the symbol visibility 2022-12-28 14:57:17 +01:00
absvti2_test.zig compiler-rt: fix tests 2022-06-17 16:38:59 -07:00
absvti2.zig compiler-rt: Set the symbol visibility 2022-12-28 14:57:17 +01:00
adddf3.zig compiler-rt: Set the symbol visibility 2022-12-28 14:57:17 +01:00
addf3_test.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
addf3.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
addhf3.zig compiler-rt: Set the symbol visibility 2022-12-28 14:57:17 +01:00
addo.zig compiler-rt: Set the symbol visibility 2022-12-28 14:57:17 +01:00
addodi4_test.zig flatten lib/std/special and improve "pkg inside another" logic 2022-05-06 22:41:00 -07:00
addosi4_test.zig flatten lib/std/special and improve "pkg inside another" logic 2022-05-06 22:41:00 -07:00
addoti4_test.zig flatten lib/std/special and improve "pkg inside another" logic 2022-05-06 22:41:00 -07:00
addsf3.zig compiler-rt: Set the symbol visibility 2022-12-28 14:57:17 +01:00
addtf3.zig compiler-rt: Set the symbol visibility 2022-12-28 14:57:17 +01:00
addxf3.zig compiler-rt: Set the symbol visibility 2022-12-28 14:57:17 +01:00
arm.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
atomics.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
aulldiv.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
aullrem.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
bcmp.zig compiler-rt: Set the symbol visibility 2022-12-28 14:57:17 +01:00
bswap.zig compiler-rt: Set the symbol visibility 2022-12-28 14:57:17 +01:00
bswapdi2_test.zig flatten lib/std/special and improve "pkg inside another" logic 2022-05-06 22:41:00 -07:00
bswapsi2_test.zig flatten lib/std/special and improve "pkg inside another" logic 2022-05-06 22:41:00 -07:00
bswapti2_test.zig flatten lib/std/special and improve "pkg inside another" logic 2022-05-06 22:41:00 -07:00
ceil.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
clear_cache.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
clzdi2_test.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
clzsi2_test.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
clzti2_test.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
cmp.zig compiler-rt: Set the symbol visibility 2022-12-28 14:57:17 +01:00
cmpdf2.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
cmpdi2_test.zig flatten lib/std/special and improve "pkg inside another" logic 2022-05-06 22:41:00 -07:00
cmphf2.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
cmpsf2.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
cmpsi2_test.zig flatten lib/std/special and improve "pkg inside another" logic 2022-05-06 22:41:00 -07:00
cmptf2.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
cmpti2_test.zig flatten lib/std/special and improve "pkg inside another" logic 2022-05-06 22:41:00 -07:00
cmpxf2.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
common.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
comparedf2_test.zig update std lib and compiler sources to new for loop syntax 2023-02-18 19:17:21 -07:00
comparef.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
comparesf2_test.zig update std lib and compiler sources to new for loop syntax 2023-02-18 19:17:21 -07:00
cos.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
count0bits.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
ctzdi2_test.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
ctzsi2_test.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
ctzti2_test.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
divc3_test.zig compiler-rt: Implement mulXc3 and divXc3 functions 2022-10-09 11:09:41 -07:00
divc3.zig migration: std.math.{min, min3, max, max3} -> @min & @max 2023-06-16 13:44:09 -07:00
divdc3.zig compiler-rt: Set the symbol visibility 2022-12-28 14:57:17 +01:00
divdf3_test.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
divdf3.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
divhc3.zig compiler-rt: Set the symbol visibility 2022-12-28 14:57:17 +01:00
divhf3.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
divsc3.zig compiler-rt: Set the symbol visibility 2022-12-28 14:57:17 +01:00
divsf3_test.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
divsf3.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
divtc3.zig compiler_rt: fixup exports of PPC routines 2023-06-18 15:27:47 -07:00
divtf3_test.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
divtf3.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
divti3_test.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
divti3.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
divxc3.zig compiler-rt: Set the symbol visibility 2022-12-28 14:57:17 +01:00
divxf3_test.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
divxf3.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
emutls.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
exp2.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
exp.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
extenddftf2.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
extenddfxf2.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
extendf_test.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
extendf.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
extendhfdf2.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
extendhfsf2.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
extendhftf2.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
extendhfxf2.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
extendsfdf2.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
extendsftf2.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
extendsfxf2.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
extendxftf2.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
fabs.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
ffsdi2_test.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
ffssi2_test.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
ffsti2_test.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
fixdfdi.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
fixdfsi.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
fixdfti.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
fixhfdi.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
fixhfsi.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
fixhfti.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
fixint_test.zig flatten lib/std/special and improve "pkg inside another" logic 2022-05-06 22:41:00 -07:00
fixsfdi.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
fixsfsi.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
fixsfti.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
fixtfdi.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
fixtfsi.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
fixtfti.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
fixunsdfdi.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
fixunsdfsi.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
fixunsdfti.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
fixunshfdi.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
fixunshfsi.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
fixunshfti.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
fixunssfdi.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
fixunssfsi.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
fixunssfti.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
fixunstfdi.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
fixunstfsi.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
fixunstfti.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
fixunsxfdi.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
fixunsxfsi.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
fixunsxfti.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
fixxfdi.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
fixxfsi.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
fixxfti.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
float_from_int_test.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
float_from_int.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
floatdidf.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
floatdihf.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
floatdisf.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
floatditf.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
floatdixf.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
floatsidf.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
floatsihf.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
floatsisf.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
floatsitf.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
floatsixf.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
floattidf.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
floattihf.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
floattisf.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
floattitf.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
floattixf.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
floatundidf.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
floatundihf.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
floatundisf.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
floatunditf.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
floatundixf.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
floatunsidf.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
floatunsihf.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
floatunsisf.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
floatunsitf.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
floatunsixf.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
floatuntidf.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
floatuntihf.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
floatuntisf.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
floatuntitf.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
floatuntixf.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
floor.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
fma.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
fmax.zig compiler-rt: Set the symbol visibility 2022-12-28 14:57:17 +01:00
fmin.zig compiler-rt: Set the symbol visibility 2022-12-28 14:57:17 +01:00
fmod.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
fmodq_test.zig flatten lib/std/special and improve "pkg inside another" logic 2022-05-06 22:41:00 -07:00
fmodx_test.zig flatten lib/std/special and improve "pkg inside another" logic 2022-05-06 22:41:00 -07:00
gedf2.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
gehf2.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
gesf2.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
getf2.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
gexf2.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
int_from_float_test.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
int_from_float.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
int.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
log2.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
log10.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
log.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
memcmp.zig compiler-rt: Set the symbol visibility 2022-12-28 14:57:17 +01:00
memcpy.zig compiler-rt: Set the symbol visibility 2022-12-28 14:57:17 +01:00
memmove.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
memset.zig compiler-rt: Set the symbol visibility 2022-12-28 14:57:17 +01:00
modti3_test.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
modti3.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
mulc3_test.zig compiler-rt: Implement mulXc3 and divXc3 functions 2022-10-09 11:09:41 -07:00
mulc3.zig compiler-rt: Implement mulXc3 and divXc3 functions 2022-10-09 11:09:41 -07:00
muldc3.zig compiler-rt: Set the symbol visibility 2022-12-28 14:57:17 +01:00
muldf3.zig compiler-rt: Set the symbol visibility 2022-12-28 14:57:17 +01:00
mulf3_test.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
mulf3.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
mulhc3.zig compiler-rt: Set the symbol visibility 2022-12-28 14:57:17 +01:00
mulhf3.zig compiler-rt: Set the symbol visibility 2022-12-28 14:57:17 +01:00
mulo.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
mulodi4_test.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
mulosi4_test.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
muloti4_test.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
mulsc3.zig compiler-rt: Set the symbol visibility 2022-12-28 14:57:17 +01:00
mulsf3.zig compiler-rt: Set the symbol visibility 2022-12-28 14:57:17 +01:00
multc3.zig compiler_rt: fixup exports of PPC routines 2023-06-18 15:27:47 -07:00
multf3.zig compiler-rt: Set the symbol visibility 2022-12-28 14:57:17 +01:00
mulxc3.zig compiler-rt: Set the symbol visibility 2022-12-28 14:57:17 +01:00
mulxf3.zig compiler-rt: Set the symbol visibility 2022-12-28 14:57:17 +01:00
mulXi3_test.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
mulXi3.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
negdf2.zig compiler-rt: Set the symbol visibility 2022-12-28 14:57:17 +01:00
negdi2_test.zig flatten lib/std/special and improve "pkg inside another" logic 2022-05-06 22:41:00 -07:00
neghf2.zig compiler-rt: Set the symbol visibility 2022-12-28 14:57:17 +01:00
negsf2.zig compiler-rt: Set the symbol visibility 2022-12-28 14:57:17 +01:00
negsi2_test.zig flatten lib/std/special and improve "pkg inside another" logic 2022-05-06 22:41:00 -07:00
negtf2.zig compiler_rt: fixup exports of PPC routines 2023-06-18 15:27:47 -07:00
negti2_test.zig flatten lib/std/special and improve "pkg inside another" logic 2022-05-06 22:41:00 -07:00
negv.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
negvdi2_test.zig flatten lib/std/special and improve "pkg inside another" logic 2022-05-06 22:41:00 -07:00
negvsi2_test.zig flatten lib/std/special and improve "pkg inside another" logic 2022-05-06 22:41:00 -07:00
negvti2_test.zig flatten lib/std/special and improve "pkg inside another" logic 2022-05-06 22:41:00 -07:00
negxf2.zig compiler-rt: Set the symbol visibility 2022-12-28 14:57:17 +01:00
negXi2.zig compiler-rt: Set the symbol visibility 2022-12-28 14:57:17 +01:00
os_version_check.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
parity.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
paritydi2_test.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
paritysi2_test.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
parityti2_test.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
popcount.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
popcountdi2_test.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
popcountsi2_test.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
popcountti2_test.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
powiXf2_test.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
powiXf2.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
rem_pio2_large.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
rem_pio2.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
rem_pio2f.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
round.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
shift_test.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
shift.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
sin.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
sincos.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
sqrt.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
stack_probe.zig update usages of @call 2022-12-13 13:14:20 +02:00
subdf3.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
subhf3.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
subo.zig compiler-rt: Set the symbol visibility 2022-12-28 14:57:17 +01:00
subodi4_test.zig flatten lib/std/special and improve "pkg inside another" logic 2022-05-06 22:41:00 -07:00
subosi4_test.zig flatten lib/std/special and improve "pkg inside another" logic 2022-05-06 22:41:00 -07:00
suboti4_test.zig flatten lib/std/special and improve "pkg inside another" logic 2022-05-06 22:41:00 -07:00
subsf3.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
subtf3.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
subxf3.zig compiler-rt: Set the symbol visibility 2022-12-28 14:57:17 +01:00
tan.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
trig.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
trunc.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
truncdfhf2.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
truncdfsf2.zig compiler-rt: Set the symbol visibility 2022-12-28 14:57:17 +01:00
truncf_test.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
truncf.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
truncsfhf2.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
trunctfdf2.zig compiler-rt: Set the symbol visibility 2022-12-28 14:57:17 +01:00
trunctfhf2.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
trunctfsf2.zig compiler-rt: Set the symbol visibility 2022-12-28 14:57:17 +01:00
trunctfxf2.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
truncxfdf2.zig compiler-rt: Set the symbol visibility 2022-12-28 14:57:17 +01:00
truncxfhf2.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
truncxfsf2.zig compiler-rt: Set the symbol visibility 2022-12-28 14:57:17 +01:00
ucmpdi2_test.zig flatten lib/std/special and improve "pkg inside another" logic 2022-05-06 22:41:00 -07:00
ucmpsi2_test.zig flatten lib/std/special and improve "pkg inside another" logic 2022-05-06 22:41:00 -07:00
ucmpti2_test.zig flatten lib/std/special and improve "pkg inside another" logic 2022-05-06 22:41:00 -07:00
udivmod.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
udivmoddi4_test.zig compiler_rt: fix TODOs in udivmod.zig 2022-11-16 13:08:41 +02:00
udivmodei4.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
udivmodti4_test.zig compiler_rt: fix TODOs in udivmod.zig 2022-11-16 13:08:41 +02:00
udivmodti4.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
udivti3.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
umodti3.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
unorddf2.zig compiler-rt: Set the symbol visibility 2022-12-28 14:57:17 +01:00
unordhf2.zig compiler-rt: Set the symbol visibility 2022-12-28 14:57:17 +01:00
unordsf2.zig compiler-rt: Set the symbol visibility 2022-12-28 14:57:17 +01:00
unordtf2.zig compiler-rt: Set the symbol visibility 2022-12-28 14:57:17 +01:00
unordxf2.zig compiler-rt: Set the symbol visibility 2022-12-28 14:57:17 +01:00