Several of the enums in core/simd.d are not named after real opcodes so translating documentation from the intel processor manual is a bit confusing. For example: LODSS and STOSS are really forms of MOVSS. Are the arguments switched for either of these vs the MOVSS? This needs to be noted.
@WalterBright created dlang/druntime pull request #3316 "fix Issue 8046 - simd.d needs some documentation" fixing this issue: - fix Issue 8046 - simd.d needs some documentation https://github.com/dlang/druntime/pull/3316
dlang/druntime pull request #3316 "fix Issue 8046 - simd.d needs some documentation" was merged into master: - 448c90eede949e893f6898351c4854e6059792f4 by Walter Bright: fix Issue 8046 - simd.d needs some documentation https://github.com/dlang/druntime/pull/3316