I am Optimizing the my Video Decoder using Intel assembly for 64-bit architecture. For optimization am using AVX2 instruction set.
My development Environment:-
OS :- Win 7(64-bit)
IDE:- MSVS 2008(Prof)
CPU:- Core i5(support up to AVX)
Assembler:- YASM
I would like to know is there any emulators to run and debug my AVX2 code without upgrading the hardware.
Majorly am looking to run & debug my application on existing environment.
Any suggestions?