Age | Commit message (Expand) | Author | Files | Lines |
2022-04-26 | softfloat: Use FloatRelation within partsN_compare | Richard Henderson | 1 | -4/+7 |
2021-12-17 | softfloat: Add flag specific to signaling nans | Richard Henderson | 1 | -6/+12 |
2021-12-17 | softfloat: Add flag specific to convert non-nan to int | Richard Henderson | 1 | -7/+7 |
2021-12-17 | softfloat: Add flag specific to sqrt(-x) | Richard Henderson | 1 | -1/+1 |
2021-12-17 | softfloat: Add flags specific to Inf / Inf and 0 / 0 | Richard Henderson | 1 | -5/+11 |
2021-12-17 | softfloat: Add flag specific to Inf * 0 | Richard Henderson | 1 | -2/+2 |
2021-12-17 | softfloat: Add flag specific to Inf - Inf | Richard Henderson | 1 | -1/+2 |
2021-10-29 | softfloat: add APIs to handle alternative sNaN propagation for fmax/fmin | Chih-Min Chao | 1 | -2/+23 |
2021-06-03 | softfloat: Convert modrem operations to FloatParts | Richard Henderson | 1 | -0/+34 |
2021-06-03 | softfloat: Move floatN_log2 to softfloat-parts.c.inc | Richard Henderson | 1 | -0/+125 |
2021-06-03 | softfloat: Adjust parts_uncanon_normal for floatx80 | Richard Henderson | 1 | -6/+30 |
2021-06-03 | softfloat: Reduce FloatFmt | Richard Henderson | 1 | -3/+3 |
2021-06-03 | softfloat: Split out parts_uncanon_normal | Richard Henderson | 1 | -27/+32 |
2021-06-03 | softfloat: Move sqrt_float to softfloat-parts.c.inc | Richard Henderson | 1 | -0/+206 |
2021-06-03 | softfloat: Move scalbn_decomposed to softfloat-parts.c.inc | Richard Henderson | 1 | -0/+21 |
2021-06-03 | softfloat: Move compare_floats to softfloat-parts.c.inc | Richard Henderson | 1 | -0/+57 |
2021-06-03 | softfloat: Move minmax_flags to softfloat-parts.c.inc | Richard Henderson | 1 | -0/+80 |
2021-06-03 | softfloat: Move uint_to_float to softfloat-parts.c.inc | Richard Henderson | 1 | -0/+23 |
2021-06-03 | softfloat: Move int_to_float to softfloat-parts.c.inc | Richard Henderson | 1 | -0/+32 |
2021-06-03 | softfloat: Move round_to_uint_and_pack to softfloat-parts.c.inc | Richard Henderson | 1 | -1/+67 |
2021-06-03 | softfpu: Add float_round_to_odd_inf | Richard Henderson | 1 | -2/+4 |
2021-05-16 | softfloat: Move round_to_int_and_pack to softfloat-parts.c.inc | Richard Henderson | 1 | -0/+64 |
2021-05-16 | softfloat: Move round_to_int to softfloat-parts.c.inc | Richard Henderson | 1 | -0/+157 |
2021-05-16 | softfloat: Move div_floats to softfloat-parts.c.inc | Richard Henderson | 1 | -0/+55 |
2021-05-16 | softfloat: Move muladd_floats to softfloat-parts.c.inc | Richard Henderson | 1 | -0/+126 |
2021-05-16 | softfloat: Move mul_floats to softfloat-parts.c.inc | Richard Henderson | 1 | -0/+51 |
2021-05-16 | softfloat: Move addsub_floats to softfloat-parts.c.inc | Richard Henderson | 1 | -0/+81 |
2021-05-16 | softfloat: Move round_canonical to softfloat-parts.c.inc | Richard Henderson | 1 | -0/+148 |
2021-05-16 | softfloat: Move sf_canonicalize to softfloat-parts.c.inc | Richard Henderson | 1 | -0/+33 |
2021-05-16 | softfloat: Move pick_nan_muladd to softfloat-parts.c.inc | Richard Henderson | 1 | -0/+40 |
2021-05-16 | softfloat: Move pick_nan to softfloat-parts.c.inc | Richard Henderson | 1 | -0/+25 |
2021-05-16 | softfloat: Move return_nan to softfloat-parts.c.inc | Richard Henderson | 1 | -0/+37 |