www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 16945] New: Have test runner in the test suite check CPU

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 puremagic.com
          Reporter: 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:

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

--
Dec 03 2016