www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 12692] New: Add support for __simd in for 32-bits targets

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

          Issue ID: 12692
           Summary: Add support for __simd in for 32-bits targets
           Product: D
           Version: D2
          Hardware: x86_64
                OS: Windows
            Status: NEW
          Severity: enhancement
          Priority: P1
         Component: DMD
          Assignee: nobody puremagic.com
          Reporter: aliloko gmail.com

If I understand currently, there is no way to have SSE2+ intrinsics in 32-bits
targets.
The problem is that it makes using intrinsics dubious since many programs must
be provided in 32 and 64-bits and be equally fast.
Moreover, some markets are 32-bits heavy.

--
May 02 2014