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
Currently on systems with rpres extension we generate frecpe for a pfrcp. The AMD manual mentions:
The maximum error is less than or equal to 1.5 * 2^–12 times the true reciprocal.
Unfortunately for, for example 1.0, the result of frecpe is 0.998047. The result should be within (1.00037 | 0.999634) to be within the required accuracy.
Should check other functions as well.
The text was updated successfully, but these errors were encountered:
Currently on systems with rpres extension we generate
frecpe
for apfrcp
. The AMD manual mentions:Unfortunately for, for example 1.0, the result of
frecpe
is 0.998047. The result should be within(1.00037 | 0.999634)
to be within the required accuracy.Should check other functions as well.
The text was updated successfully, but these errors were encountered: