<div dir="ltr"><div>Hello Clang users and developers!</div><div><br></div><div>I have problem compiling some generated assembly code with clang:</div><div>mc.s:35739:2: error: invalid instruction mnemonic 'cdo'</div><div><br></div><div></div><div>Does Clang support x64 CDO and CDQ instructions?<br></div><div></div><div></div><div>The code is generated by MLRISC library. A bit older versions used CQTO<code></code>/CLTD and that worked.<br></div><div><br></div><div>Invocation options:</div><div>clang -g -O2 -D_GNU_SOURCE -pedantic -m64  -Wno-unused-command-line-argument  mc.s <br></div><div><br></div><div>clang --version:<br>clang version 9.0.1-+20191205081203+432bf48c08d-1~exp1~20191205191740.102 <br>Target: x86_64-pc-linux-gnu<br>Thread model: posix<br>InstalledDir: /usr/bin<br></div><div><br></div><div>Best wishes</div><div>Victor<br></div></div>