summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
Diffstat (limited to 'source')
-rw-r--r--source/slang/core.meta.slang2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/slang/core.meta.slang b/source/slang/core.meta.slang
index 4e8529666..03dda0fe5 100644
--- a/source/slang/core.meta.slang
+++ b/source/slang/core.meta.slang
@@ -568,7 +568,7 @@ ${{{{
__intrinsic_op($(kIROp_Sub)) This sub(This other);
__intrinsic_op($(kIROp_Mul)) This mul(This other);
__intrinsic_op($(kIROp_Div)) This div(This other);
- __intrinsic_op($(kIROp_FRem)) This mod(This other);
+ __intrinsic_op($(kIROp_IRem)) This mod(This other);
__intrinsic_op($(kIROp_Neg)) This neg();
__intrinsic_op($(kIROp_Lsh)) This shl(int other);
__intrinsic_op($(kIROp_Rsh)) This shr(int other);