Skip to content

sqrt1.c uses long double #3

@andrew-appel

Description

@andrew-appel

The sqrt1.c benchmark uses long double, which is a not-very-portable feature of C. It's used only in the main function, which I'm not sure is meant to be verified in any case. But that prevents the entire program from compiling in compilers (such as CompCert) that do not support long double. Is it really essential for this benchmark to use long double ?

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