Files
make-fmv-patch/targets.conf.txt
Artoria2e5 0428fa0cac Make target-conf emit single line
target.conf currently causes three lines to be emitted. With some
preprocessor defines we can make it just one, plus header.
2022-05-31 09:17:12 -07:00

6 lines
141 B
Plaintext

#if defined(__i386__) || defined(__x86_64__)
#define FMV_CLONE_TARGETS "avx2","arch=haswell",
#else
#define FMV_CLONE_TARGETS
#endif