mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-05 08:10:26 +08:00
* config/i386/sync.md (atomic_store<mode>): Improve comment.
From-SVN: r275755
This commit is contained in:
parent
48d552e5cd
commit
9b47928e63
@ -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))
|
||||
|
Loading…
x
Reference in New Issue
Block a user