Skip to content

long double routines do not link correctly #54

@ZERICO2005

Description

@ZERICO2005

_fabsl _copysignl _truncl _floorl _ceill _roundl _nearbyintl _rintl _fmaxl _fminl _fmal which take 64bit long double will link to _fabs _copysign _trunc _floor _ceil _round _nearbyint _rint _fmax _fmin _fma, which take 32bit double. This causes problems as the input and output types are different widths

CE-Programming/toolchain#540

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions