[Issue 16945] New: 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 00:36:55 PST 2016


https://issues.dlang.org/show_bug.cgi?id=16945

          Issue ID: 16945
           Summary: Have test runner in the test suite check CPU
                    capability to determine whether to use -mavx flag
           Product: D
           Version: D2
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P1
         Component: tools
          Assignee: nobody at puremagic.com
          Reporter: bugzilla at 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:

https://github.com/dlang/dmd/pull/6296

--


More information about the Digitalmars-d-bugs mailing list