[Issue 16945] Have test runner in the test suite check CPU capability to determine whether to use -mavx flag
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Sat Dec 3 17:45:21 PST 2016
https://issues.dlang.org/show_bug.cgi?id=16945
Brad Roberts <braddr at puremagic.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |braddr at puremagic.com
--- Comment #1 from Brad Roberts <braddr at puremagic.com> ---
Also consider something akin to:
if (cpuid.hasAVX) {
...
}
within the tests
--
More information about the Digitalmars-d-bugs
mailing list