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
So perhaps this is a bug with the ORC JIT, ccall, some silly user error above that I am not seeing?
I saw similar with 3 args, where again all but the last were zeroed.
The text was updated successfully, but these errors were encountered:
chriselrod
changed the title
Zeroing first argument when not NaN?
Automatic zeroing first argument via *= 0.0 when >1 arguments?
Feb 14, 2024
chriselrod
changed the title
Automatic zeroing first argument via *= 0.0 when >1 arguments?
Automatic zeroing first N-1 arguments via *= 0.0?
Feb 14, 2024
I was trying to make a minimal example of a different issue and noticed that it is always 0-ing the first argument, in this case as if by
*= 0.0
.I get
However, the LLVM modules look correct:
and
So perhaps this is a bug with the ORC JIT,
ccall
, some silly user error above that I am not seeing?I saw similar with 3 args, where again all but the last were zeroed.
The text was updated successfully, but these errors were encountered: