May 08, 2020 [Issue 20807] New: Missing documentation on SIMD opcodes | ||||
|---|---|---|---|---|
| ||||
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@puremagic.com Reporter: simen.kjaras@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. -- | ||||
Copyright © 1999-2021 by the D Language Foundation
Permalink
Reply