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
When given complex64 input, the real() and imag() ops try to call std::realf() and std::imagf() which do not exist, leading to a compile error. The fix is to add these ops to the needFloatSuffix switch statement.