Skip to content

some standard mathematical functions are missing in std #16

@Clothoid1

Description

@Clothoid1

This is a minor issue, i am just reporting this so that this does not get lost.

When trying to use
std::sqrtf()
std::fabsf()
std::powf()
...
and compiling with circle to SPIR-V binaries, one gets the error message:
'sqrtf' is not a member of std

In modern C++ such code should work, so circle should be able to compile such code.
(knowing that a workaround is trivial - so really a low prio issue)

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