mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-06-19 06:05:31 -06:00
20 lines
228 B
Text
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;
|
|
|