[PATCH] D38182: test-suite: add cpu features detection in configuration
Ilia Taraban via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 27 03:44:13 PDT 2017
itaraban added a comment.
> What about cross compilation scenarios? I think this should have a way to manually set the flags in that case.
You can enable or disable specific instructions manually via make command arguments.
make "HAVE_X86_AVX512F_INSTRUCTIONS=1" ...
https://reviews.llvm.org/D38182
More information about the llvm-commits
mailing list