<div dir="ltr"><div class="gmail_default" style="font-size:small">Hi,</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">In order to use a function from some CPU instruction extension in a source code file, a clang-cl command line option has to be used to enable the CPU instruction extension. For example, the command line option "-maes" is used to enable AES extension.<br><br>For Microsoft C/C++ compiler, the call to a CPU instruction extension function signals to the compiler that the instruction extension should be enabled.<br><br>By borrowing the idea that "using is enabling" from Microsoft C/C++ compiler, it will be easier to use clang-cl as the replacement of Microsoft C/C++ compiler<br></div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">Best,</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">Joe Gong</div></div>