[Issue 20807] New: Missing documentation on SIMD opcodes

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri May 8 12:52:48 UTC 2020


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: nobody at puremagic.com
          Reporter: simen.kjaras at gmail.com

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.

--


More information about the Digitalmars-d-bugs mailing list