Closed
Description
Plan is to go with @bjorn3's comment below and expose the GLOps not in std::intrinsics via intercepting calls to https://github.com/rust-lang/libm, which is used in e.g. glam
's no_std
implementation.
Old title: Expose GLOps not in std::intrinsics
https://docs.rs/spirv_headers/1.5.0/spirv_headers/enum.GLOp.html , same with CLOp.
For example, acos
.