Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 483 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 483 Bytes

fantomas-x86

Efficient Implementation of Fantomas x86

Copyright 2016 LG Electronics and University of Campinas, All Rights Reserved. The code is licensed persuant to accompanying the GPLv3 free software license.

The essential codes are in the src folder. In the aux folder has the files to reproduce.

All procedures were tested to run on Linux

To build: $ make or $ make build

To check the code: $ make check

To get the time: $ make time

To clean the build: $ make clean