We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c4440de + 2c76584 commit 1ab31ccCopy full SHA for 1ab31cc
src/core/simd.d
@@ -427,7 +427,7 @@ version ( D_SIMD )
427
* op1 op= op2
428
* Returns:
429
* op2
430
- * These cannot be market as pure, as semantic() doesn't check them.
+ * These cannot be marked as pure, as semantic() doesn't check them.
431
*/
432
@safe void16 __simd_sto(XMM opcode, void16 op1, void16 op2);
433
@safe void16 __simd_sto(XMM opcode, double op1, void16 op2); ///
0 commit comments