ultimatepp/bazaar/Xed/Xed.upp
micio 976adf1b80 Bazaar/Xed : added Intel X86 Encoder Decoder Software Library
git-svn-id: svn://ultimatepp.org/upp/trunk@11980 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-06-06 10:47:28 +00:00

20 lines
228 B
Text

description "X86-X86-64 instruction decoder\377";
uses
Core;
options
-DXED_ENCODER,
-DXED_DECODER,
-DXED_AVX,
-DXED_SUPPORTS_AVX512;
include
xed/generated,
xed/include/public/xed;
file
import.ext,
Xed.h,
Xed.cpp;