commit | cd1993a1c36c4fc44867354bf80688d2df6bff2b | [log] [tgz] |
---|---|---|
author | Cindy Liu <hcindyl@google.com> | Mon Jul 24 21:21:16 2023 -0700 |
committer | Cindy Liu <hcindyl@google.com> | Mon Jul 24 21:26:13 2023 -0700 |
tree | 286af233cabe9e5c858a435cc34d2a792b3da0c1 | |
parent | e48434aadf84ca02bd64f052ef6717ecf6b53a9a [diff] |
Fix vabsd overflow problem vabsd should always return unsigned result regardless the signess of the inputs. However, if we use the input datatype within the operation there could be overflow problem when vs1 and vs2 are in the opposite sign. PiperOrigin-RevId: 550763471