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

Walter Bright <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #8 from Walter Bright <[email protected]> ---
DMD predefines some version identifiers based on SIMD level:

version (D_SIMD) - for SSE2 instruction sets
version (D_AVX)  - for SSE2..AVX instruction sets
version (D_AVX2) - for SSE2..AVX2 instruction sets

which should do the job.

--

Reply via email to