Commit 9b47928e by Uros Bizjak

* config/i386/sync.md (atomic_store<mode>): Improve comment.

From-SVN: r275755
parent 48d552e5
......@@ -306,8 +306,8 @@
{
operands[1] = force_reg (<MODE>mode, operands[1]);
/* For seq-cst stores, use XCHG
when we lack MFENCE or when target prefers XCHG. */
/* For seq-cst stores, use XCHG when we lack MFENCE
or when target prefers XCHG. */
if (is_mm_seq_cst (model)
&& (!(TARGET_64BIT || TARGET_SSE2)
|| TARGET_USE_XCHG_FOR_ATOMIC_STORE))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment