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

Manu <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #6 from Manu <[email protected]> ---
DMD really needs some way to select the simd level to target from the command
line. Runtime selection is appropriate at the outer loop, but runtime selection
is not practical for small occurrences of SIMD appearing littered around, or
where the selection would be made in the inner loop.

--

Reply via email to