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
As noted in https://github.com/intel/llvm/pull/12477/files#r1471279589, the current implementation of +=, -=, *= and /= add versions taking a T operand on either side of the operator that is convertible to float. Since these are not part of the extension, we have two options:
Deprecate them and remove them in a later version.