mirror of
https://github.com/EmbarkStudios/rust-gpu.git
synced 2024-11-21 22:34:34 +00:00
Add rint & rintf libm intrinsics
This commit is contained in:
parent
d3a868027d
commit
4452da80f5
@ -167,6 +167,8 @@ pub const TABLE: &[(&str, LibmIntrinsic)] = &[
|
||||
"remquof",
|
||||
LibmIntrinsic::Custom(LibmCustomIntrinsic::RemQuo),
|
||||
),
|
||||
("rint", LibmIntrinsic::GLOp(GLOp::RoundEven)),
|
||||
("rintf", LibmIntrinsic::GLOp(GLOp::RoundEven)),
|
||||
("round", LibmIntrinsic::GLOp(GLOp::Round)),
|
||||
("roundf", LibmIntrinsic::GLOp(GLOp::Round)),
|
||||
("scalbn", LibmIntrinsic::Custom(LibmCustomIntrinsic::Scalbn)),
|
||||
|
Loading…
Reference in New Issue
Block a user