This is a header file which enables dynamically to assemble x86(IA32),
x64(AMD64, x86-64) mnemonic.
-----------------------------------------------------------------------------
<Feature>
header file only
you can use Xbyak's functions at once if xbyak.h is included.
MMX/MMX2/SSE/SSE2/SSE3/SSSE3/SSE4/FPU(partial) are available.
Windows Xp(32bit, 64bit), Vista, Linux(32bit, 64bit), Intel Mac ready
support Visual Studio C++ 2005 Express Ed., VC2008 Pro,
mingw 3.4.2, icc 7.2, gcc 4.1.1, and so on.
sample 1
Generating add function
#include <stdio.h>
#include "xbyak/xbyak.h"