tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Tinycc-devel] x86_64 floating point incompatibility


From: noneofyourbusiness
Subject: Re: [Tinycc-devel] x86_64 floating point incompatibility
Date: Sun, 16 Feb 2025 21:51:06 +0100

one example function is:

float
fptest(float in)
{
        return -in;
}

inspection of the resulting object file with 'nm' shows the __mzerosf symbol



reply via email to

[Prev in Thread] Current Thread [Next in Thread]