<div dir="ltr">Hi,<br><br>Attached patch is to fix intrinsics implementation using nested macros.<br><br>For intrinsics implemented with macro, if they contain another intrinsic<div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small;display:inline">
 </div>implemented with maco, we have to avoid using the same argument names for<div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small;display:inline"> </div>the nested instrinsics<div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small;display:inline">
, otherwise it would introduce incorrect semantics.</div><div><br></div><div>For example, macro vfms_lane is being implemented<div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small;display:inline">
</div>with another macor vfma_lane, so we rename all arguments for vfms_lane by<div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small;display:inline"> </div>adding a suffix '1'.<br>
<br>--<br>Thanks,<br>-Jiangning</div></div>