Skip to content
Snippets Groups Projects
Commit 4174bfff authored by Jan Beulich's avatar Jan Beulich Committed by Jan Beulich
Browse files

x86-64: correct AVX512F vcvtsi2s{d,s} handling

Just like for their AVX counterparts and CVTSI2S{D,S}, a memory source
here is ambiguous and hence
- in source files should be qualified with a suitable suffix or operand
  size specifier (not doing so is an error in Intel mode, and will gain
  a diagnostic in AT&T mode in the future),
- in disassembly should be properly suffixed (the Intel operand size
  specifiers were emitted correctly already).
parent f47194a9
No related branches found
No related tags found
No related merge requests found
Showing with 453 additions and 404 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment