You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the function fmodf there is a call to a Smack defined copysignf function. However, Clang generates a call to the llvm.copysign.f32 intrinsic instead. This is an issue because Smack doesn't currently model this intrinsic.
There are two issues here:
Why is Clang replacing this function?, and
Smack should add support for this family of intrinsics
The text was updated successfully, but these errors were encountered:
In the function
fmodf
there is a call to a Smack definedcopysignf
function. However, Clang generates a call to thellvm.copysign.f32
intrinsic instead. This is an issue because Smack doesn't currently model this intrinsic.There are two issues here:
The text was updated successfully, but these errors were encountered: