We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cee4db commit d0d18a8Copy full SHA for d0d18a8
llvm/lib/Target/RISCV/RISCVInstrInfoZa.td
@@ -9,8 +9,8 @@
9
// This file describes the RISC-V instructions from the standard atomic 'Za*'
10
// extensions:
11
// - Zawrs (v1.0) : Wait-on-Reservation-Set.
12
-// - Zacas (v1.0-rc1) : Atomic Compare-and-Swap.
13
-// - Zabha (v1.0-rc1) : Byte and Halfword Atomic Memory Operations.
+// - Zacas (v1.0) : Atomic Compare-and-Swap.
+// - Zabha (v1.0) : Byte and Halfword Atomic Memory Operations.
14
//
15
//===----------------------------------------------------------------------===//
16
0 commit comments