• S
    fixed tgmath.h for functions with integral result · 93460944
    Szabolcs Nagy 提交于
    in tgmath.h the return values are casted to the appropriate
    floating-point type (if the compiler supports gcc __typeof__),
    this is wrong in case of ilogb, lrint, llrint, lround, llround
    which do not need such cast
    93460944
tgmath.h 8.1 KB