mirror of
https://github.com/clearlinux/make-fmv-patch.git
synced 2026-08-19 12:36:04 +00:00
ab5254661a4b76b74c8fd67c8b7f23338f0cc601
README: document the requirements needed for the script to run.
Make FMV patches
The Clear Linux project is currently focusing on applying FMV technology to
packages where it is detected that AVX instructions can yield an improvement.
To solve some of the issues involved with supporting FMV in a full Linux
distribution, the project provides a patch generator based on
vectorization-candidate detection (using the -fopt-info-vec flag). This tool
can provide all the FMV patches that a Linux distribution might use
----------------------
Command Line Arguments
----------------------
Example: perl make-fmv-patch.pl <buildlog> <sourcecode>
buildlog: Build of the compilation of source code in gcc using the
``-fopt-info-vec`` flag
sourcecode: Absolute path to the source file from where patches will be
generated
------------
Requirements
------------
- Exuberant ctags:
In order to use `make-fvm-patch.pl` your system will need Exuberant Ctags
(https://sourceforge.net/projects/ctags/), this is due to the `--c-kinds`
ctags' flag usage.
Languages
Perl
77.2%
C++
9.7%
Makefile
7%
C
6.1%