Mark Charney c40152ab7f chipmodel: xrange() -> range()
Change-Id: I6caeb5f75ef63ee096f2f9e668389c9794d064ef
(cherry picked from commit 322c20fb02d0dd3a531453220ec64b78b84066ec)
2017-06-12 14:41:24 -04:00
2017-04-07 10:07:53 -04:00
2017-06-12 14:41:24 -04:00
2017-05-01 12:16:04 -04:00
2016-12-16 16:09:38 -05:00
2016-12-20 12:31:39 +00:00
2016-12-20 12:31:39 +00:00
2016-12-20 12:31:39 +00:00
2016-12-16 16:09:38 -05:00
2016-12-23 11:38:57 -05:00
2017-06-12 14:41:22 -04:00

Intel X86 Encoder Decoder (Intel XED)

Doxygen API manual and source build manual:

https://intelxed.github.io

Bugs:

Intel internal employee users/developers:

http://mjc.intel.com

Everyone else:

https://github.com/intelxed/xed/issues/new

Abbreviated building instructions:

git clone https://github.com/intelxed/xed.git xed
git clone https://github.com/intelxed/mbuild.git mbuild
cd xed
./mfile.py

then get your libxed.a from the obj directory. Add " --shared" if you want a shared object build. Add " install" if you want the headers & libraries put in to a kit in the "kits" directory. Add "C:/python27/python " before "./mfile.py" if on windows.

How to build the examples:

There are two options:

  1. When building libxed you can also build the examples, from the main directory (above examples):

    ./mfile.py examples

and the compiled examples will be in obj/examples.

  1. Build a compiled "kit" and the build the examples from within the kit:

    ./mfile.py install cd kits cd cd examples ./mfile.py

See source build documentation for more information.

Binary size?

Concerned about large libraries or binaries? There are several options:

  1. Consider building with "--limit-strings"
  2. Strip the binaries
  3. Consider doing an encoder-only or decoder-only build if you only need one or the other.
Description
x86 encoder decoder
Readme Pixar 1.5 MiB
Languages
Python 66.7%
C 33.3%