aboutsummaryrefslogtreecommitdiffstats
path: root/kvx/CBuiltins.ml
diff options
context:
space:
mode:
authorDavid Monniaux <David.Monniaux@univ-grenoble-alpes.fr>2022-02-11 11:12:45 +0100
committerDavid Monniaux <David.Monniaux@univ-grenoble-alpes.fr>2022-02-11 11:12:45 +0100
commit54dea0fc061f5daee5976450ec84ddb7e15c5db9 (patch)
treea670c4fe3ff59743c713eb9853960b2beb3fe54e /kvx/CBuiltins.ml
parentf8d32a19caf88733a9bbeee976f5c2fc549d4f92 (diff)
downloadcompcert-kvx-54dea0fc061f5daee5976450ec84ddb7e15c5db9.tar.gz
compcert-kvx-54dea0fc061f5daee5976450ec84ddb7e15c5db9.zip
remove singleoflongu (does not exist)
Diffstat (limited to 'kvx/CBuiltins.ml')
-rw-r--r--kvx/CBuiltins.ml2
1 files changed, 2 insertions, 0 deletions
diff --git a/kvx/CBuiltins.ml b/kvx/CBuiltins.ml
index fad86d3c..49534867 100644
--- a/kvx/CBuiltins.ml
+++ b/kvx/CBuiltins.ml
@@ -139,6 +139,8 @@ let builtins = {
(TInt(IULong, []), [TFloat(FDouble, [])], false);
"__builtin_fp_udiv32",
(TInt(IUInt, []), [TInt(IUInt, []); TInt(IUInt, [])], false);
+ "__builtin_fp_udiv64",
+ (TInt(IULong, []), [TInt(IULong, []); TInt(IULong, [])], false);
]
}