https://issues.dlang.org/show_bug.cgi?id=20807
Issue ID: 20807
Summary: Missing documentation on SIMD opcodes
Product: D
Version: D2
Hardware: x86
OS: Windows
Status: NEW
Severity: enhancement
Priority: P1
Component: druntime
Assignee: [email protected]
Reporter: [email protected]
In core.simd there's the XMM enum: https://dlang.org/phobos/core_simd.html#.XMM
However, there's no list of opcodes on that page, and one must read the code on
https://github.com/dlang/druntime/blob/master/src/core/simd.d#L85-L384 to see
which instructions are actually covered.
--