We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d1576f commit cc86015Copy full SHA for cc86015
1 file changed
share/smack/lib/math.c
@@ -492,7 +492,7 @@ int __isinfl(long double x) {
492
493
int __isnanl(long double x) {
494
int ret = __VERIFIER_nondet_int();
495
- __SMACK_code("@ := if $isnan.bvlongdouble.bool(@) then $1 else $0;", ret, x);
+ __SMACK_code("@ := if $isnan.bvfloat128.bool(@) then $1 else $0;", ret, x);
496
return ret;
497
}
498
0 commit comments