Skip to content

Commit cc86015

Browse files
committed
tacas fixes
1 parent 6d1576f commit cc86015

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

share/smack/lib/math.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,7 @@ int __isinfl(long double x) {
492492

493493
int __isnanl(long double x) {
494494
int ret = __VERIFIER_nondet_int();
495-
__SMACK_code("@ := if $isnan.bvlongdouble.bool(@) then $1 else $0;", ret, x);
495+
__SMACK_code("@ := if $isnan.bvfloat128.bool(@) then $1 else $0;", ret, x);
496496
return ret;
497497
}
498498

0 commit comments

Comments
 (0)