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
2 files changed
tree: 286af233cabe9e5c858a435cc34d2a792b3da0c1
  1. sim/
  2. .bazelrc
  3. .gitignore
  4. BUILD
  5. WORKSPACE