Skip to content
Snippets Groups Projects
Commit dcd7b2f5 authored by Patrick O'Neill's avatar Patrick O'Neill
Browse files

RISC-V: Enforce Libatomic LR/SC SEQ_CST


Replace LR.aq/SC.rl pairs with the SEQ_CST LR.aqrl/SC.rl pairs
recommended by table A.6 of the ISA manual.

2023-04-27 Patrick O'Neill <patrick@rivosinc.com>

libgcc/ChangeLog:

	* config/riscv/atomic.c: Change LR.aq/SC.rl pairs into
	sequentially consistent LR.aqrl/SC.rl pairs.

Signed-off-by: default avatarPatrick O'Neill <patrick@rivosinc.com>
parent f37a36bc
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment