Advertisement
ahmd0

Example: main.cpp --- vcvtsi2ss and vcvtsi2sd AVX-512 inst.

Sep 11th, 2018
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.17 KB | None | 0 0
  1. #include "stdafx.h"
  2.  
  3. extern "C" void __fastcall testAsm(void);
  4.  
  5. int main()
  6. {
  7.     testAsm();  //Step into it (F11) and then toggle disassembly (Ctrl+F11)
  8.     return 0;
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement