aboutsummaryrefslogtreecommitdiffstats
path: root/kvx/CBuiltins.ml
diff options
context:
space:
mode:
authorDavid Monniaux <David.Monniaux@univ-grenoble-alpes.fr>2021-12-17 14:28:00 +0100
committerDavid Monniaux <David.Monniaux@univ-grenoble-alpes.fr>2021-12-17 14:28:00 +0100
commit6ee0923290cca4782e6c863d752fb74c2c01df4f (patch)
tree288d4ea97b2ebf3b7b90bf6cd105d39fd1af70b3 /kvx/CBuiltins.ml
parent0cb4f03fea5f28280d8ce066204f69146fab99b6 (diff)
downloadcompcert-kvx-6ee0923290cca4782e6c863d752fb74c2c01df4f.tar.gz
compcert-kvx-6ee0923290cca4782e6c863d752fb74c2c01df4f.zip
fpdivu
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);
]
}