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)