mirror of
https://github.com/clearlinux/make-fmv-patch.git
synced 2026-09-04 12:51:33 +00:00
target.conf currently causes three lines to be emitted. With some preprocessor defines we can make it just one, plus header.
6 lines
141 B
Plaintext
6 lines
141 B
Plaintext
#if defined(__i386__) || defined(__x86_64__)
|
|
#define FMV_CLONE_TARGETS "avx2","arch=haswell",
|
|
#else
|
|
#define FMV_CLONE_TARGETS
|
|
#endif
|