OCML is a compiler implementation detail and should not be used by external clients. In particular this is relying on compiler builtin headers that accidentally leak out declarations of the used builtins.
The uses here should either use the general libm names, or clang elementwise builtins
OCML is a compiler implementation detail and should not be used by external clients. In particular this is relying on compiler builtin headers that accidentally leak out declarations of the used builtins.
The uses here should either use the general libm names, or clang elementwise builtins