aboutsummaryrefslogtreecommitdiffstats
path: root/kvx/CBuiltins.ml
diff options
context:
space:
mode:
Diffstat (limited to 'kvx/CBuiltins.ml')
-rw-r--r--kvx/CBuiltins.ml4
1 files changed, 3 insertions, 1 deletions
diff --git a/kvx/CBuiltins.ml b/kvx/CBuiltins.ml
index f2b7b09e..fad86d3c 100644
--- a/kvx/CBuiltins.ml
+++ b/kvx/CBuiltins.ml
@@ -136,7 +136,9 @@ let builtins = {
"__builtin_lround_ne",
(TInt(ILong, []), [TFloat(FDouble, [])], false);
"__builtin_luround_ne",
- (TInt(IULong, []), [TFloat(FDouble, [])], false);
+ (TInt(IULong, []), [TFloat(FDouble, [])], false);
+ "__builtin_fp_udiv32",
+ (TInt(IUInt, []), [TInt(IUInt, []); TInt(IUInt, [])], false);
]
}