..
8086-SSE
simplifications in softfloat3e code
2024-04-14 22:14:12 +03:00
doc
add softfloat3e library to Bochs to replace old softfloat2 (to get fp… ( #259 )
2024-03-10 17:10:55 +02:00
include
remove fpu/softfloat.h, reduce include deprendencies, fix warnings
2024-04-25 11:50:48 +03:00
COPYING.txt
add softfloat3e library to Bochs to replace old softfloat2 (to get fp… ( #259 )
2024-03-10 17:10:55 +02:00
extF80_addsub.c
convert to softfloat3e several floatx80 uses ( #278 )
2024-03-15 22:53:48 +02:00
extF80_class.c
convert to softfloat3e several floatx80 uses ( #278 )
2024-03-15 22:53:48 +02:00
extF80_compare.c
convert to softfloat3e several floatx80 uses ( #278 )
2024-03-15 22:53:48 +02:00
extF80_div.c
fixes for softfloat3e compilation after include reorg
2024-04-25 12:18:44 +03:00
extF80_extract.c
simplifications in softfloat3e code
2024-04-14 22:14:12 +03:00
extF80_mul.c
fixes for softfloat3e compilation after include reorg
2024-04-25 12:18:44 +03:00
extF80_rem.c
fixes for softfloat3e compilation after include reorg
2024-04-25 12:18:44 +03:00
extF80_roundToInt.c
simplifications in softfloat3e code
2024-04-14 22:14:12 +03:00
extF80_scale.c
simplifications in softfloat3e code
2024-04-14 22:14:12 +03:00
extF80_sqrt.c
fixes for softfloat3e compilation after include reorg
2024-04-25 12:18:44 +03:00
extF80_to_f16.c
fixes for softfloat3e compilation after include reorg
2024-04-25 12:18:44 +03:00
extF80_to_f32.c
fixes for softfloat3e compilation after include reorg
2024-04-25 12:18:44 +03:00
extF80_to_f64.c
fixes for softfloat3e compilation after include reorg
2024-04-25 12:18:44 +03:00
extF80_to_f128.c
fixes for softfloat3e compilation after include reorg
2024-04-25 12:18:44 +03:00
extF80_to_i32_r_minMag.c
add softfloat3e library to Bochs to replace old softfloat2 (to get fp… ( #259 )
2024-03-10 17:10:55 +02:00
extF80_to_i32.c
fixes for softfloat3e compilation after include reorg
2024-04-25 12:18:44 +03:00
extF80_to_i64_r_minMag.c
add softfloat3e library to Bochs to replace old softfloat2 (to get fp… ( #259 )
2024-03-10 17:10:55 +02:00
extF80_to_i64.c
fixes for softfloat3e compilation after include reorg
2024-04-25 12:18:44 +03:00
extF80_to_ui32_r_minMag.c
add softfloat3e library to Bochs to replace old softfloat2 (to get fp… ( #259 )
2024-03-10 17:10:55 +02:00
extF80_to_ui32.c
fixes for softfloat3e compilation after include reorg
2024-04-25 12:18:44 +03:00
extF80_to_ui64_r_minMag.c
add softfloat3e library to Bochs to replace old softfloat2 (to get fp… ( #259 )
2024-03-10 17:10:55 +02:00
extF80_to_ui64.c
fixes for softfloat3e compilation after include reorg
2024-04-25 12:18:44 +03:00
f16_addsub.c
convert to softfloat3e several floatx80 uses ( #278 )
2024-03-15 22:53:48 +02:00
f16_class.c
add softfloat3e library to Bochs to replace old softfloat2 (to get fp… ( #259 )
2024-03-10 17:10:55 +02:00
f16_compare.c
add softfloat3e library to Bochs to replace old softfloat2 (to get fp… ( #259 )
2024-03-10 17:10:55 +02:00
f16_div.c
add softfloat3e library to Bochs to replace old softfloat2 (to get fp… ( #259 )
2024-03-10 17:10:55 +02:00
f16_getExp.c
add softfloat3e library to Bochs to replace old softfloat2 (to get fp… ( #259 )
2024-03-10 17:10:55 +02:00
f16_getMant.c
add softfloat3e library to Bochs to replace old softfloat2 (to get fp… ( #259 )
2024-03-10 17:10:55 +02:00
f16_minmax.c
add softfloat3e library to Bochs to replace old softfloat2 (to get fp… ( #259 )
2024-03-10 17:10:55 +02:00
f16_mul.c
add softfloat3e library to Bochs to replace old softfloat2 (to get fp… ( #259 )
2024-03-10 17:10:55 +02:00
f16_mulAdd.c
fixes for softfloat3e compilation after include reorg
2024-04-25 12:18:44 +03:00
f16_range.c
add softfloat3e library to Bochs to replace old softfloat2 (to get fp… ( #259 )
2024-03-10 17:10:55 +02:00
f16_roundToInt.c
remove SOFTFLOAT_ROUND_ODD rounding mode which not needed for x86 emu
2024-03-10 20:36:38 +02:00
f16_sqrt.c
add softfloat3e library to Bochs to replace old softfloat2 (to get fp… ( #259 )
2024-03-10 17:10:55 +02:00
f16_to_extF80.c
convert to softfloat3e several floatx80 uses ( #278 )
2024-03-15 22:53:48 +02:00
f16_to_f32.c
add softfloat3e library to Bochs to replace old softfloat2 (to get fp… ( #259 )
2024-03-10 17:10:55 +02:00
f16_to_f64.c
add softfloat3e library to Bochs to replace old softfloat2 (to get fp… ( #259 )
2024-03-10 17:10:55 +02:00
f16_to_i32_r_minMag.c
add softfloat3e library to Bochs to replace old softfloat2 (to get fp… ( #259 )
2024-03-10 17:10:55 +02:00
f16_to_i32.c
add softfloat3e library to Bochs to replace old softfloat2 (to get fp… ( #259 )
2024-03-10 17:10:55 +02:00
f16_to_i64_r_minMag.c
add softfloat3e library to Bochs to replace old softfloat2 (to get fp… ( #259 )
2024-03-10 17:10:55 +02:00
f16_to_i64.c
add softfloat3e library to Bochs to replace old softfloat2 (to get fp… ( #259 )
2024-03-10 17:10:55 +02:00
f16_to_ui32_r_minMag.c
add softfloat3e library to Bochs to replace old softfloat2 (to get fp… ( #259 )
2024-03-10 17:10:55 +02:00
f16_to_ui32.c
add softfloat3e library to Bochs to replace old softfloat2 (to get fp… ( #259 )
2024-03-10 17:10:55 +02:00
f16_to_ui64_r_minMag.c
add softfloat3e library to Bochs to replace old softfloat2 (to get fp… ( #259 )
2024-03-10 17:10:55 +02:00
f16_to_ui64.c
add softfloat3e library to Bochs to replace old softfloat2 (to get fp… ( #259 )
2024-03-10 17:10:55 +02:00
f32_addsub.c
convert to softfloat3e several floatx80 uses ( #278 )
2024-03-15 22:53:48 +02:00
f32_class.c
add softfloat3e library to Bochs to replace old softfloat2 (to get fp… ( #259 )
2024-03-10 17:10:55 +02:00
f32_compare.c
add softfloat3e library to Bochs to replace old softfloat2 (to get fp… ( #259 )
2024-03-10 17:10:55 +02:00
f32_div.c
add softfloat3e library to Bochs to replace old softfloat2 (to get fp… ( #259 )
2024-03-10 17:10:55 +02:00
f32_frc.c
add softfloat3e library to Bochs to replace old softfloat2 (to get fp… ( #259 )
2024-03-10 17:10:55 +02:00
f32_getExp.c
add softfloat3e library to Bochs to replace old softfloat2 (to get fp… ( #259 )
2024-03-10 17:10:55 +02:00
f32_getMant.c
add softfloat3e library to Bochs to replace old softfloat2 (to get fp… ( #259 )
2024-03-10 17:10:55 +02:00
f32_minmax.c
add softfloat3e library to Bochs to replace old softfloat2 (to get fp… ( #259 )
2024-03-10 17:10:55 +02:00
f32_mul.c
fixes for softfloat3e compilation after include reorg
2024-04-25 12:18:44 +03:00
f32_mulAdd.c
fixes for softfloat3e compilation after include reorg
2024-04-25 12:18:44 +03:00
f32_range.c
add softfloat3e library to Bochs to replace old softfloat2 (to get fp… ( #259 )
2024-03-10 17:10:55 +02:00
f32_roundToInt.c
remove SOFTFLOAT_ROUND_ODD rounding mode which not needed for x86 emu
2024-03-10 20:36:38 +02:00
f32_scalef.c
add softfloat3e library to Bochs to replace old softfloat2 (to get fp… ( #259 )
2024-03-10 17:10:55 +02:00
f32_sqrt.c
fixes for softfloat3e compilation after include reorg
2024-04-25 12:18:44 +03:00
f32_to_extF80.c
convert to softfloat3e several floatx80 uses ( #278 )
2024-03-15 22:53:48 +02:00
f32_to_f16.c
add softfloat3e library to Bochs to replace old softfloat2 (to get fp… ( #259 )
2024-03-10 17:10:55 +02:00
f32_to_f64.c
add softfloat3e library to Bochs to replace old softfloat2 (to get fp… ( #259 )
2024-03-10 17:10:55 +02:00
f32_to_f128.c
convert to softfloat3e several floatx80 uses ( #278 )
2024-03-15 22:53:48 +02:00
f32_to_i32_r_minMag.c
add softfloat3e library to Bochs to replace old softfloat2 (to get fp… ( #259 )
2024-03-10 17:10:55 +02:00
f32_to_i32.c
fixes for softfloat3e compilation after include reorg
2024-04-25 12:18:44 +03:00
f32_to_i64_r_minMag.c
add softfloat3e library to Bochs to replace old softfloat2 (to get fp… ( #259 )
2024-03-10 17:10:55 +02:00
f32_to_i64.c
fixes for softfloat3e compilation after include reorg
2024-04-25 12:18:44 +03:00
f32_to_ui32_r_minMag.c
add softfloat3e library to Bochs to replace old softfloat2 (to get fp… ( #259 )
2024-03-10 17:10:55 +02:00
f32_to_ui32.c
fixes for softfloat3e compilation after include reorg
2024-04-25 12:18:44 +03:00
f32_to_ui64_r_minMag.c
add softfloat3e library to Bochs to replace old softfloat2 (to get fp… ( #259 )
2024-03-10 17:10:55 +02:00
f32_to_ui64.c
fixes for softfloat3e compilation after include reorg
2024-04-25 12:18:44 +03:00
f64_addsub.c
convert to softfloat3e several floatx80 uses ( #278 )
2024-03-15 22:53:48 +02:00
f64_class.c
add softfloat3e library to Bochs to replace old softfloat2 (to get fp… ( #259 )
2024-03-10 17:10:55 +02:00
f64_compare.c
add softfloat3e library to Bochs to replace old softfloat2 (to get fp… ( #259 )
2024-03-10 17:10:55 +02:00
f64_div.c
fixes for softfloat3e compilation after include reorg
2024-04-25 12:18:44 +03:00
f64_frc.c
add softfloat3e library to Bochs to replace old softfloat2 (to get fp… ( #259 )
2024-03-10 17:10:55 +02:00
f64_getExp.c
add softfloat3e library to Bochs to replace old softfloat2 (to get fp… ( #259 )
2024-03-10 17:10:55 +02:00
f64_getMant.c
add softfloat3e library to Bochs to replace old softfloat2 (to get fp… ( #259 )
2024-03-10 17:10:55 +02:00
f64_minmax.c
add softfloat3e library to Bochs to replace old softfloat2 (to get fp… ( #259 )
2024-03-10 17:10:55 +02:00
f64_mul.c
fixes for softfloat3e compilation after include reorg
2024-04-25 12:18:44 +03:00
f64_mulAdd.c
fixes for softfloat3e compilation after include reorg
2024-04-25 12:18:44 +03:00
f64_range.c
add softfloat3e library to Bochs to replace old softfloat2 (to get fp… ( #259 )
2024-03-10 17:10:55 +02:00
f64_roundToInt.c
remove SOFTFLOAT_ROUND_ODD rounding mode which not needed for x86 emu
2024-03-10 20:36:38 +02:00
f64_scalef.c
add softfloat3e library to Bochs to replace old softfloat2 (to get fp… ( #259 )
2024-03-10 17:10:55 +02:00
f64_sqrt.c
fixes for softfloat3e compilation after include reorg
2024-04-25 12:18:44 +03:00
f64_to_extF80.c
convert to softfloat3e several floatx80 uses ( #278 )
2024-03-15 22:53:48 +02:00
f64_to_f16.c
fixes for softfloat3e compilation after include reorg
2024-04-25 12:18:44 +03:00
f64_to_f32.c
fixes for softfloat3e compilation after include reorg
2024-04-25 12:18:44 +03:00
f64_to_f128.c
fixes for softfloat3e compilation after include reorg
2024-04-25 12:18:44 +03:00
f64_to_i32_r_minMag.c
add softfloat3e library to Bochs to replace old softfloat2 (to get fp… ( #259 )
2024-03-10 17:10:55 +02:00
f64_to_i32.c
fixes for softfloat3e compilation after include reorg
2024-04-25 12:18:44 +03:00
f64_to_i64_r_minMag.c
convert floatx80_round_to_int to softfloat3e ( #287 )
2024-03-16 19:08:44 +02:00
f64_to_i64.c
fixes for softfloat3e compilation after include reorg
2024-04-25 12:18:44 +03:00
f64_to_ui32_r_minMag.c
add softfloat3e library to Bochs to replace old softfloat2 (to get fp… ( #259 )
2024-03-10 17:10:55 +02:00
f64_to_ui32.c
fixes for softfloat3e compilation after include reorg
2024-04-25 12:18:44 +03:00
f64_to_ui64_r_minMag.c
add softfloat3e library to Bochs to replace old softfloat2 (to get fp… ( #259 )
2024-03-10 17:10:55 +02:00
f64_to_ui64.c
fixes for softfloat3e compilation after include reorg
2024-04-25 12:18:44 +03:00
f128_addsub.c
convert to softfloat3e several floatx80 uses ( #278 )
2024-03-15 22:53:48 +02:00
f128_div.c
fixes for softfloat3e compilation after include reorg
2024-04-25 12:18:44 +03:00
f128_mul.c
fixes for softfloat3e compilation after include reorg
2024-04-25 12:18:44 +03:00
f128_mulAdd.c
fixes for softfloat3e compilation after include reorg
2024-04-25 12:18:44 +03:00
f128_roundToInt.c
fixes for softfloat3e compilation after include reorg
2024-04-25 12:18:44 +03:00
f128_to_extF80.c
fixes for softfloat3e compilation after include reorg
2024-04-25 12:18:44 +03:00
f128_to_f32.c
fixes for softfloat3e compilation after include reorg
2024-04-25 12:18:44 +03:00
f128_to_f64.c
fixes for softfloat3e compilation after include reorg
2024-04-25 12:18:44 +03:00
f128_to_i32_r_minMag.c
convert to softfloat3e several floatx80 uses ( #278 )
2024-03-15 22:53:48 +02:00
f128_to_i32.c
fixes for softfloat3e compilation after include reorg
2024-04-25 12:18:44 +03:00
f128_to_i64_r_minMag.c
fixed warnings
2024-03-29 16:02:11 +03:00
f128_to_i64.c
fixes for softfloat3e compilation after include reorg
2024-04-25 12:18:44 +03:00
f128_to_ui32_r_minMag.c
convert to softfloat3e several floatx80 uses ( #278 )
2024-03-15 22:53:48 +02:00
f128_to_ui32.c
fixes for softfloat3e compilation after include reorg
2024-04-25 12:18:44 +03:00
f128_to_ui64_r_minMag.c
convert to softfloat3e several floatx80 uses ( #278 )
2024-03-15 22:53:48 +02:00
f128_to_ui64.c
fixes for softfloat3e compilation after include reorg
2024-04-25 12:18:44 +03:00
i32_to_extF80.c
fixes for softfloat3e compilation after include reorg
2024-04-25 12:18:44 +03:00
i32_to_f16.c
fixes for softfloat3e compilation after include reorg
2024-04-25 12:18:44 +03:00
i32_to_f32.c
add softfloat3e library to Bochs to replace old softfloat2 (to get fp… ( #259 )
2024-03-10 17:10:55 +02:00
i32_to_f64.c
fixes for softfloat3e compilation after include reorg
2024-04-25 12:18:44 +03:00
i32_to_f128.c
fixes for softfloat3e compilation after include reorg
2024-04-25 12:18:44 +03:00
i64_to_extF80.c
fixes for softfloat3e compilation after include reorg
2024-04-25 12:18:44 +03:00
i64_to_f16.c
fixes for softfloat3e compilation after include reorg
2024-04-25 12:18:44 +03:00
i64_to_f32.c
fixes for softfloat3e compilation after include reorg
2024-04-25 12:18:44 +03:00
i64_to_f64.c
fixes for softfloat3e compilation after include reorg
2024-04-25 12:18:44 +03:00
i64_to_f128.c
fixes for softfloat3e compilation after include reorg
2024-04-25 12:18:44 +03:00
isNaN.c
convert to softfloat3e several floatx80 uses ( #278 )
2024-03-15 22:53:48 +02:00
isSignalingNaN.c
convert to softfloat3e several floatx80 uses ( #278 )
2024-03-15 22:53:48 +02:00
Makefile.in
remove f128_sqrt unused for Bochs
2024-04-24 09:25:26 +03:00
README.html
add softfloat3e library to Bochs to replace old softfloat2 (to get fp… ( #259 )
2024-03-10 17:10:55 +02:00
README.txt
add softfloat3e library to Bochs to replace old softfloat2 (to get fp… ( #259 )
2024-03-10 17:10:55 +02:00
s_add128.c
move float128 definition to different include file to reduce #include dependencies
2024-04-24 22:52:40 +03:00
s_add256M.c
add softfloat3e library to Bochs to replace old softfloat2 (to get fp… ( #259 )
2024-03-10 17:10:55 +02:00
s_addMagsExtF80.c
fixes for softfloat3e compilation after include reorg
2024-04-25 12:18:44 +03:00
s_addMagsF16.c
remove SOFTFLOAT_ROUND_ODD rounding mode which not needed for x86 emu
2024-03-10 20:36:38 +02:00
s_addMagsF32.c
fixes for softfloat3e compilation after include reorg
2024-04-25 12:18:44 +03:00
s_addMagsF64.c
fixes for softfloat3e compilation after include reorg
2024-04-25 12:18:44 +03:00
s_addMagsF128.c
fixes for softfloat3e compilation after include reorg
2024-04-25 12:18:44 +03:00
s_approxRecip_1Ks.c
add softfloat3e library to Bochs to replace old softfloat2 (to get fp… ( #259 )
2024-03-10 17:10:55 +02:00
s_approxRecipSqrt32_1.c
add softfloat3e library to Bochs to replace old softfloat2 (to get fp… ( #259 )
2024-03-10 17:10:55 +02:00
s_approxRecipSqrt_1Ks.c
add softfloat3e library to Bochs to replace old softfloat2 (to get fp… ( #259 )
2024-03-10 17:10:55 +02:00
s_countLeadingZeros8.c
add softfloat3e library to Bochs to replace old softfloat2 (to get fp… ( #259 )
2024-03-10 17:10:55 +02:00
s_countLeadingZeros16.c
add softfloat3e library to Bochs to replace old softfloat2 (to get fp… ( #259 )
2024-03-10 17:10:55 +02:00
s_countLeadingZeros32.c
add softfloat3e library to Bochs to replace old softfloat2 (to get fp… ( #259 )
2024-03-10 17:10:55 +02:00
s_countLeadingZeros64.c
add softfloat3e library to Bochs to replace old softfloat2 (to get fp… ( #259 )
2024-03-10 17:10:55 +02:00
s_eq128.c
add softfloat3e library to Bochs to replace old softfloat2 (to get fp… ( #259 )
2024-03-10 17:10:55 +02:00
s_le128.c
add softfloat3e library to Bochs to replace old softfloat2 (to get fp… ( #259 )
2024-03-10 17:10:55 +02:00
s_lt128.c
add softfloat3e library to Bochs to replace old softfloat2 (to get fp… ( #259 )
2024-03-10 17:10:55 +02:00
s_mul64ByShifted32To128.c
move float128 definition to different include file to reduce #include dependencies
2024-04-24 22:52:40 +03:00
s_mul64To128.c
move float128 definition to different include file to reduce #include dependencies
2024-04-24 22:52:40 +03:00
s_mul128By32.c
move float128 definition to different include file to reduce #include dependencies
2024-04-24 22:52:40 +03:00
s_mul128To256M.c
move float128 definition to different include file to reduce #include dependencies
2024-04-24 22:52:40 +03:00
s_normRoundPackToExtF80.c
fixes for softfloat3e compilation after include reorg
2024-04-25 12:18:44 +03:00
s_normRoundPackToF16.c
fixes for softfloat3e compilation after include reorg
2024-04-25 12:18:44 +03:00
s_normRoundPackToF32.c
fixes for softfloat3e compilation after include reorg
2024-04-25 12:18:44 +03:00
s_normRoundPackToF64.c
fixes for softfloat3e compilation after include reorg
2024-04-25 12:18:44 +03:00
s_normRoundPackToF128.c
fixes for softfloat3e compilation after include reorg
2024-04-25 12:18:44 +03:00
s_normSubnormalExtF80Sig.c
fixes for softfloat3e compilation after include reorg
2024-04-25 12:18:44 +03:00
s_normSubnormalF16Sig.c
fixes for softfloat3e compilation after include reorg
2024-04-25 12:18:44 +03:00
s_normSubnormalF32Sig.c
fixes for softfloat3e compilation after include reorg
2024-04-25 12:18:44 +03:00
s_normSubnormalF64Sig.c
fixes for softfloat3e compilation after include reorg
2024-04-25 12:18:44 +03:00
s_normSubnormalF128Sig.c
fixes for softfloat3e compilation after include reorg
2024-04-25 12:18:44 +03:00
s_packToExtF80.c
convert to softfloat3e several floatx80 uses ( #278 )
2024-03-15 22:53:48 +02:00
s_roundPackToExtF80.c
fixes for softfloat3e compilation after include reorg
2024-04-25 12:18:44 +03:00
s_roundPackToF16.c
fixes for softfloat3e compilation after include reorg
2024-04-25 12:18:44 +03:00
s_roundPackToF32.c
fixes for softfloat3e compilation after include reorg
2024-04-25 12:18:44 +03:00
s_roundPackToF64.c
fixes for softfloat3e compilation after include reorg
2024-04-25 12:18:44 +03:00
s_roundPackToF128.c
fixes for softfloat3e compilation after include reorg
2024-04-25 12:18:44 +03:00
s_roundToI32.c
convert to softfloat3e several floatx80 uses ( #278 )
2024-03-15 22:53:48 +02:00
s_roundToI64.c
convert to softfloat3e several floatx80 uses ( #278 )
2024-03-15 22:53:48 +02:00
s_roundToUI32.c
convert to softfloat3e several floatx80 uses ( #278 )
2024-03-15 22:53:48 +02:00
s_roundToUI64.c
convert to softfloat3e several floatx80 uses ( #278 )
2024-03-15 22:53:48 +02:00
s_shiftRightJam32.c
add softfloat3e library to Bochs to replace old softfloat2 (to get fp… ( #259 )
2024-03-10 17:10:55 +02:00
s_shiftRightJam64.c
add softfloat3e library to Bochs to replace old softfloat2 (to get fp… ( #259 )
2024-03-10 17:10:55 +02:00
s_shiftRightJam64Extra.c
move float128 definition to different include file to reduce #include dependencies
2024-04-24 22:52:40 +03:00
s_shiftRightJam128.c
move float128 definition to different include file to reduce #include dependencies
2024-04-24 22:52:40 +03:00
s_shiftRightJam128Extra.c
move float128 definition to different include file to reduce #include dependencies
2024-04-24 22:52:40 +03:00
s_shiftRightJam256M.c
add softfloat3e library to Bochs to replace old softfloat2 (to get fp… ( #259 )
2024-03-10 17:10:55 +02:00
s_shortShiftLeft128.c
move float128 definition to different include file to reduce #include dependencies
2024-04-24 22:52:40 +03:00
s_shortShiftRight128.c
move float128 definition to different include file to reduce #include dependencies
2024-04-24 22:52:40 +03:00
s_shortShiftRightJam64.c
add softfloat3e library to Bochs to replace old softfloat2 (to get fp… ( #259 )
2024-03-10 17:10:55 +02:00
s_shortShiftRightJam64Extra.c
move float128 definition to different include file to reduce #include dependencies
2024-04-24 22:52:40 +03:00
s_shortShiftRightJam128.c
move float128 definition to different include file to reduce #include dependencies
2024-04-24 22:52:40 +03:00
s_shortShiftRightJam128Extra.c
move float128 definition to different include file to reduce #include dependencies
2024-04-24 22:52:40 +03:00
s_sub128.c
move float128 definition to different include file to reduce #include dependencies
2024-04-24 22:52:40 +03:00
s_sub256M.c
add softfloat3e library to Bochs to replace old softfloat2 (to get fp… ( #259 )
2024-03-10 17:10:55 +02:00
s_subMagsExtF80.c
fixes for softfloat3e compilation after include reorg
2024-04-25 12:18:44 +03:00
s_subMagsF16.c
fixes for softfloat3e compilation after include reorg
2024-04-25 12:18:44 +03:00
s_subMagsF32.c
fixes for softfloat3e compilation after include reorg
2024-04-25 12:18:44 +03:00
s_subMagsF64.c
fixes for softfloat3e compilation after include reorg
2024-04-25 12:18:44 +03:00
s_subMagsF128.c
fixes for softfloat3e compilation after include reorg
2024-04-25 12:18:44 +03:00
ui32_to_extF80.c
fixes for softfloat3e compilation after include reorg
2024-04-25 12:18:44 +03:00
ui32_to_f16.c
fixes for softfloat3e compilation after include reorg
2024-04-25 12:18:44 +03:00
ui32_to_f32.c
add softfloat3e library to Bochs to replace old softfloat2 (to get fp… ( #259 )
2024-03-10 17:10:55 +02:00
ui32_to_f64.c
fixes for softfloat3e compilation after include reorg
2024-04-25 12:18:44 +03:00
ui32_to_f128.c
fixes for softfloat3e compilation after include reorg
2024-04-25 12:18:44 +03:00
ui64_to_extF80.c
fixes for softfloat3e compilation after include reorg
2024-04-25 12:18:44 +03:00
ui64_to_f16.c
fixes for softfloat3e compilation after include reorg
2024-04-25 12:18:44 +03:00
ui64_to_f32.c
fixes for softfloat3e compilation after include reorg
2024-04-25 12:18:44 +03:00
ui64_to_f64.c
fixes for softfloat3e compilation after include reorg
2024-04-25 12:18:44 +03:00
ui64_to_f128.c
fixes for softfloat3e compilation after include reorg
2024-04-25 12:18:44 +03:00