aboutsummaryrefslogtreecommitdiffstats
path: root/arm/CBuiltins.ml
diff options
context:
space:
mode:
Diffstat (limited to 'arm/CBuiltins.ml')
-rw-r--r--arm/CBuiltins.ml2
1 files changed, 2 insertions, 0 deletions
diff --git a/arm/CBuiltins.ml b/arm/CBuiltins.ml
index dc4ca60e..6c01a36a 100644
--- a/arm/CBuiltins.ml
+++ b/arm/CBuiltins.ml
@@ -24,6 +24,8 @@ let builtins = {
(* Integer arithmetic *)
"__builtin_bswap",
(TInt(IUInt, []), [TInt(IUInt, [])], false);
+ "__builtin_cntlz",
+ (TInt(IUInt, []), [TInt(IUInt, [])], false);
(* Float arithmetic *)
"__builtin_fsqrt",
(TFloat(FDouble, []), [TFloat(FDouble, [])], false);