mirror of
https://github.com/clearlinux/clr-avx-tools.git
synced 2026-09-04 21:01:39 +00:00
avxjudge.py: used automatically by the RPM scripts to heuristically determine whether a library or plugin created with AVX2 or AVX512 support is worth keeping. clr-avx-move.pl: inserted into RPM builds by Autospec to move the libraries and plugins to their correct locations. clr-python-avx2 and clr-python-avx512: wrappers for avxjudge.py. Signed-off-by: Thiago Macieira <thiago.macieira@intel.com>
3 lines
47 B
Bash
3 lines
47 B
Bash
#!/bin/sh
|
|
python /usr/bin/avxjudge.py -q -5 $1
|