| ... | @@ -870,166 +870,6 @@ fn toNativePathSep(b: *std.Build, s: []const u8) []u8 { | ... | @@ -870,166 +870,6 @@ fn toNativePathSep(b: *std.Build, s: []const u8) []u8 { |
| 870 | return duplicated; | 870 | return duplicated; |
| 871 | } | 871 | } |
| 872 | | 872 | |
| 873 | const softfloat_sources = [_][]const u8{ | | |
| 874 | "deps/SoftFloat-3e/source/8086/f128M_isSignalingNaN.c", | | |
| 875 | "deps/SoftFloat-3e/source/8086/extF80M_isSignalingNaN.c", | | |
| 876 | "deps/SoftFloat-3e/source/8086/s_commonNaNToF128M.c", | | |
| 877 | "deps/SoftFloat-3e/source/8086/s_commonNaNToExtF80M.c", | | |
| 878 | "deps/SoftFloat-3e/source/8086/s_commonNaNToF16UI.c", | | |
| 879 | "deps/SoftFloat-3e/source/8086/s_commonNaNToF32UI.c", | | |
| 880 | "deps/SoftFloat-3e/source/8086/s_commonNaNToF64UI.c", | | |
| 881 | "deps/SoftFloat-3e/source/8086/s_f128MToCommonNaN.c", | | |
| 882 | "deps/SoftFloat-3e/source/8086/s_extF80MToCommonNaN.c", | | |
| 883 | "deps/SoftFloat-3e/source/8086/s_f16UIToCommonNaN.c", | | |
| 884 | "deps/SoftFloat-3e/source/8086/s_f32UIToCommonNaN.c", | | |
| 885 | "deps/SoftFloat-3e/source/8086/s_f64UIToCommonNaN.c", | | |
| 886 | "deps/SoftFloat-3e/source/8086/s_propagateNaNF128M.c", | | |
| 887 | "deps/SoftFloat-3e/source/8086/s_propagateNaNExtF80M.c", | | |
| 888 | "deps/SoftFloat-3e/source/8086/s_propagateNaNF16UI.c", | | |
| 889 | "deps/SoftFloat-3e/source/8086/softfloat_raiseFlags.c", | | |
| 890 | "deps/SoftFloat-3e/source/f128M_add.c", | | |
| 891 | "deps/SoftFloat-3e/source/f128M_div.c", | | |
| 892 | "deps/SoftFloat-3e/source/f128M_eq.c", | | |
| 893 | "deps/SoftFloat-3e/source/f128M_eq_signaling.c", | | |
| 894 | "deps/SoftFloat-3e/source/f128M_le.c", | | |
| 895 | "deps/SoftFloat-3e/source/f128M_le_quiet.c", | | |
| 896 | "deps/SoftFloat-3e/source/f128M_lt.c", | | |
| 897 | "deps/SoftFloat-3e/source/f128M_lt_quiet.c", | | |
| 898 | "deps/SoftFloat-3e/source/f128M_mul.c", | | |
| 899 | "deps/SoftFloat-3e/source/f128M_mulAdd.c", | | |
| 900 | "deps/SoftFloat-3e/source/f128M_rem.c", | | |
| 901 | "deps/SoftFloat-3e/source/f128M_roundToInt.c", | | |
| 902 | "deps/SoftFloat-3e/source/f128M_sqrt.c", | | |
| 903 | "deps/SoftFloat-3e/source/f128M_sub.c", | | |
| 904 | "deps/SoftFloat-3e/source/f128M_to_f16.c", | | |
| 905 | "deps/SoftFloat-3e/source/f128M_to_f32.c", | | |
| 906 | "deps/SoftFloat-3e/source/f128M_to_f64.c", | | |
| 907 | "deps/SoftFloat-3e/source/f128M_to_extF80M.c", | | |
| 908 | "deps/SoftFloat-3e/source/f128M_to_i32.c", | | |
| 909 | "deps/SoftFloat-3e/source/f128M_to_i32_r_minMag.c", | | |
| 910 | "deps/SoftFloat-3e/source/f128M_to_i64.c", | | |
| 911 | "deps/SoftFloat-3e/source/f128M_to_i64_r_minMag.c", | | |
| 912 | "deps/SoftFloat-3e/source/f128M_to_ui32.c", | | |
| 913 | "deps/SoftFloat-3e/source/f128M_to_ui32_r_minMag.c", | | |
| 914 | "deps/SoftFloat-3e/source/f128M_to_ui64.c", | | |
| 915 | "deps/SoftFloat-3e/source/f128M_to_ui64_r_minMag.c", | | |
| 916 | "deps/SoftFloat-3e/source/extF80M_add.c", | | |
| 917 | "deps/SoftFloat-3e/source/extF80M_div.c", | | |
| 918 | "deps/SoftFloat-3e/source/extF80M_eq.c", | | |
| 919 | "deps/SoftFloat-3e/source/extF80M_le.c", | | |
| 920 | "deps/SoftFloat-3e/source/extF80M_lt.c", | | |
| 921 | "deps/SoftFloat-3e/source/extF80M_mul.c", | | |
| 922 | "deps/SoftFloat-3e/source/extF80M_rem.c", | | |
| 923 | "deps/SoftFloat-3e/source/extF80M_roundToInt.c", | | |
| 924 | "deps/SoftFloat-3e/source/extF80M_sqrt.c", | | |
| 925 | "deps/SoftFloat-3e/source/extF80M_sub.c", | | |
| 926 | "deps/SoftFloat-3e/source/extF80M_to_f16.c", | | |
| 927 | "deps/SoftFloat-3e/source/extF80M_to_f32.c", | | |
| 928 | "deps/SoftFloat-3e/source/extF80M_to_f64.c", | | |
| 929 | "deps/SoftFloat-3e/source/extF80M_to_f128M.c", | | |
| 930 | "deps/SoftFloat-3e/source/f16_add.c", | | |
| 931 | "deps/SoftFloat-3e/source/f16_div.c", | | |
| 932 | "deps/SoftFloat-3e/source/f16_eq.c", | | |
| 933 | "deps/SoftFloat-3e/source/f16_isSignalingNaN.c", | | |
| 934 | "deps/SoftFloat-3e/source/f16_lt.c", | | |
| 935 | "deps/SoftFloat-3e/source/f16_mul.c", | | |
| 936 | "deps/SoftFloat-3e/source/f16_mulAdd.c", | | |
| 937 | "deps/SoftFloat-3e/source/f16_rem.c", | | |
| 938 | "deps/SoftFloat-3e/source/f16_roundToInt.c", | | |
| 939 | "deps/SoftFloat-3e/source/f16_sqrt.c", | | |
| 940 | "deps/SoftFloat-3e/source/f16_sub.c", | | |
| 941 | "deps/SoftFloat-3e/source/f16_to_extF80M.c", | | |
| 942 | "deps/SoftFloat-3e/source/f16_to_f128M.c", | | |
| 943 | "deps/SoftFloat-3e/source/f16_to_f64.c", | | |
| 944 | "deps/SoftFloat-3e/source/f32_to_extF80M.c", | | |
| 945 | "deps/SoftFloat-3e/source/f32_to_f128M.c", | | |
| 946 | "deps/SoftFloat-3e/source/f64_to_extF80M.c", | | |
| 947 | "deps/SoftFloat-3e/source/f64_to_f128M.c", | | |
| 948 | "deps/SoftFloat-3e/source/f64_to_f16.c", | | |
| 949 | "deps/SoftFloat-3e/source/i32_to_f128M.c", | | |
| 950 | "deps/SoftFloat-3e/source/s_add256M.c", | | |
| 951 | "deps/SoftFloat-3e/source/s_addCarryM.c", | | |
| 952 | "deps/SoftFloat-3e/source/s_addComplCarryM.c", | | |
| 953 | "deps/SoftFloat-3e/source/s_addF128M.c", | | |
| 954 | "deps/SoftFloat-3e/source/s_addExtF80M.c", | | |
| 955 | "deps/SoftFloat-3e/source/s_addM.c", | | |
| 956 | "deps/SoftFloat-3e/source/s_addMagsF16.c", | | |
| 957 | "deps/SoftFloat-3e/source/s_addMagsF32.c", | | |
| 958 | "deps/SoftFloat-3e/source/s_addMagsF64.c", | | |
| 959 | "deps/SoftFloat-3e/source/s_approxRecip32_1.c", | | |
| 960 | "deps/SoftFloat-3e/source/s_approxRecipSqrt32_1.c", | | |
| 961 | "deps/SoftFloat-3e/source/s_approxRecipSqrt_1Ks.c", | | |
| 962 | "deps/SoftFloat-3e/source/s_approxRecip_1Ks.c", | | |
| 963 | "deps/SoftFloat-3e/source/s_compare128M.c", | | |
| 964 | "deps/SoftFloat-3e/source/s_compare96M.c", | | |
| 965 | "deps/SoftFloat-3e/source/s_compareNonnormExtF80M.c", | | |
| 966 | "deps/SoftFloat-3e/source/s_countLeadingZeros16.c", | | |
| 967 | "deps/SoftFloat-3e/source/s_countLeadingZeros32.c", | | |
| 968 | "deps/SoftFloat-3e/source/s_countLeadingZeros64.c", | | |
| 969 | "deps/SoftFloat-3e/source/s_countLeadingZeros8.c", | | |
| 970 | "deps/SoftFloat-3e/source/s_eq128.c", | | |
| 971 | "deps/SoftFloat-3e/source/s_invalidF128M.c", | | |
| 972 | "deps/SoftFloat-3e/source/s_invalidExtF80M.c", | | |
| 973 | "deps/SoftFloat-3e/source/s_isNaNF128M.c", | | |
| 974 | "deps/SoftFloat-3e/source/s_le128.c", | | |
| 975 | "deps/SoftFloat-3e/source/s_lt128.c", | | |
| 976 | "deps/SoftFloat-3e/source/s_mul128MTo256M.c", | | |
| 977 | "deps/SoftFloat-3e/source/s_mul64To128M.c", | | |
| 978 | "deps/SoftFloat-3e/source/s_mulAddF128M.c", | | |
| 979 | "deps/SoftFloat-3e/source/s_mulAddF16.c", | | |
| 980 | "deps/SoftFloat-3e/source/s_mulAddF32.c", | | |
| 981 | "deps/SoftFloat-3e/source/s_mulAddF64.c", | | |
| 982 | "deps/SoftFloat-3e/source/s_negXM.c", | | |
| 983 | "deps/SoftFloat-3e/source/s_normExtF80SigM.c", | | |
| 984 | "deps/SoftFloat-3e/source/s_normRoundPackMToF128M.c", | | |
| 985 | "deps/SoftFloat-3e/source/s_normRoundPackMToExtF80M.c", | | |
| 986 | "deps/SoftFloat-3e/source/s_normRoundPackToF16.c", | | |
| 987 | "deps/SoftFloat-3e/source/s_normRoundPackToF32.c", | | |
| 988 | "deps/SoftFloat-3e/source/s_normRoundPackToF64.c", | | |
| 989 | "deps/SoftFloat-3e/source/s_normSubnormalF128SigM.c", | | |
| 990 | "deps/SoftFloat-3e/source/s_normSubnormalF16Sig.c", | | |
| 991 | "deps/SoftFloat-3e/source/s_normSubnormalF32Sig.c", | | |
| 992 | "deps/SoftFloat-3e/source/s_normSubnormalF64Sig.c", | | |
| 993 | "deps/SoftFloat-3e/source/s_remStepMBy32.c", | | |
| 994 | "deps/SoftFloat-3e/source/s_roundMToI64.c", | | |
| 995 | "deps/SoftFloat-3e/source/s_roundMToUI64.c", | | |
| 996 | "deps/SoftFloat-3e/source/s_roundPackMToExtF80M.c", | | |
| 997 | "deps/SoftFloat-3e/source/s_roundPackMToF128M.c", | | |
| 998 | "deps/SoftFloat-3e/source/s_roundPackToF16.c", | | |
| 999 | "deps/SoftFloat-3e/source/s_roundPackToF32.c", | | |
| 1000 | "deps/SoftFloat-3e/source/s_roundPackToF64.c", | | |
| 1001 | "deps/SoftFloat-3e/source/s_roundToI32.c", | | |
| 1002 | "deps/SoftFloat-3e/source/s_roundToI64.c", | | |
| 1003 | "deps/SoftFloat-3e/source/s_roundToUI32.c", | | |
| 1004 | "deps/SoftFloat-3e/source/s_roundToUI64.c", | | |
| 1005 | "deps/SoftFloat-3e/source/s_shiftLeftM.c", | | |
| 1006 | "deps/SoftFloat-3e/source/s_shiftNormSigF128M.c", | | |
| 1007 | "deps/SoftFloat-3e/source/s_shiftRightJam256M.c", | | |
| 1008 | "deps/SoftFloat-3e/source/s_shiftRightJam32.c", | | |
| 1009 | "deps/SoftFloat-3e/source/s_shiftRightJam64.c", | | |
| 1010 | "deps/SoftFloat-3e/source/s_shiftRightJamM.c", | | |
| 1011 | "deps/SoftFloat-3e/source/s_shiftRightM.c", | | |
| 1012 | "deps/SoftFloat-3e/source/s_shortShiftLeft64To96M.c", | | |
| 1013 | "deps/SoftFloat-3e/source/s_shortShiftLeftM.c", | | |
| 1014 | "deps/SoftFloat-3e/source/s_shortShiftRightExtendM.c", | | |
| 1015 | "deps/SoftFloat-3e/source/s_shortShiftRightJam64.c", | | |
| 1016 | "deps/SoftFloat-3e/source/s_shortShiftRightJamM.c", | | |
| 1017 | "deps/SoftFloat-3e/source/s_shortShiftRightM.c", | | |
| 1018 | "deps/SoftFloat-3e/source/s_sub1XM.c", | | |
| 1019 | "deps/SoftFloat-3e/source/s_sub256M.c", | | |
| 1020 | "deps/SoftFloat-3e/source/s_subM.c", | | |
| 1021 | "deps/SoftFloat-3e/source/s_subMagsF16.c", | | |
| 1022 | "deps/SoftFloat-3e/source/s_subMagsF32.c", | | |
| 1023 | "deps/SoftFloat-3e/source/s_subMagsF64.c", | | |
| 1024 | "deps/SoftFloat-3e/source/s_tryPropagateNaNF128M.c", | | |
| 1025 | "deps/SoftFloat-3e/source/s_tryPropagateNaNExtF80M.c", | | |
| 1026 | "deps/SoftFloat-3e/source/softfloat_state.c", | | |
| 1027 | "deps/SoftFloat-3e/source/ui32_to_f128M.c", | | |
| 1028 | "deps/SoftFloat-3e/source/ui64_to_f128M.c", | | |
| 1029 | "deps/SoftFloat-3e/source/ui32_to_extF80M.c", | | |
| 1030 | "deps/SoftFloat-3e/source/ui64_to_extF80M.c", | | |
| 1031 | }; | | |
| 1032 | | | |
| 1033 | const zig_cpp_sources = [_][]const u8{ | 873 | const zig_cpp_sources = [_][]const u8{ |
| 1034 | // These are planned to stay even when we are self-hosted. | 874 | // These are planned to stay even when we are self-hosted. |
| 1035 | "src/zig_llvm.cpp", | 875 | "src/zig_llvm.cpp", |