Der neue Dienst "GitLab am KIT" ist unter gitlab.kit.edu erreichbar.

Skip to content
  • Manuel Mohr's avatar
    tv/fltcalc: Create fp_values with long double info and convert later. · 70862779
    Manuel Mohr authored
    fc_val_from_ieee754 simply does not work correctly for denormalized
    input values if the desired result is smaller than a long double.
    However, converting to an fp_value using the mantissa/characteristic
    information of a long double and later using fc_cast to convert to
    the desired target format works.
    70862779