[Issue 12692] New: Add support for __simd in for 32-bits targets
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Fri May 2 11:30:51 PDT 2014
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 at puremagic.com
Reporter: aliloko at 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.
--
More information about the Digitalmars-d-bugs
mailing list