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
The output is NaN if I apply the values to only one of the operand lanes (first example) (does not matter which one), and set others to 32'b1. Only when I apply it to all lanes (second example) I get the correct/non NaN output. I can't find anything in README or docs/README that explains this. Is this expected behaviour?
Thank you
The text was updated successfully, but these errors were encountered:
selimsandal
changed the title
SQRT operation for FP16ALT only works when all op[n] lanes are assigned to inputs
SQRT operation for FP16ALT only works when all op[n] lanes are assigned to the same input
May 12, 2024
Hello,
I am trying to set up the FPU for FP16ALT operations, here is my config:
And here is the operation I am performing:
The output is NaN if I apply the values to only one of the operand lanes (first example) (does not matter which one), and set others to
32'b1
. Only when I apply it to all lanes (second example) I get the correct/non NaN output. I can't find anything in README or docs/README that explains this. Is this expected behaviour?Thank you
The text was updated successfully, but these errors were encountered: