Closed wilzbach closed 7 years ago
Comment author: Walter Bright <bugzilla@digitalmars.com>
Since not all the test machines have AVX support. But if the machine does have AVX, it would be best to run -mavx globally to give it the most thorough workout.
For reference:
Comment author: Brad Roberts <braddr@puremagic.com>
Also consider something akin to:
if (cpuid.hasAVX) { ... }
within the tests
Comment author: Walter Bright <bugzilla@digitalmars.com>
Replaced by -mcpu=native in https://github.com/dlang/dmd/pull/6306
Note: the issue was created automatically migrated from https://issues.dlang.org
Original bug ID: BZ#16945 From: Walter Bright <bugzilla@digitalmars.com> Reported version: D2 CC: braddr@puremagic.com
See also: BZ#16958