]> Cypherpunks.ru repositories - gostls13.git/commit
cmd/compile: actually intrinsify runtime/internal/atomic.{And,Or}{8,} on RISCV64
authorJoel Sing <joel@sing.id.au>
Tue, 16 Mar 2021 14:39:11 +0000 (01:39 +1100)
committerJoel Sing <joel@sing.id.au>
Thu, 18 Mar 2021 03:52:02 +0000 (03:52 +0000)
commit42c25e65f321a75b9be1725d77ea3e7175dc34ad
treefa1b32add2262b4cc481521f19e06e971bb14d8e
parent65178441297002592a65d4f92c1dc97994ac7d24
cmd/compile: actually intrinsify runtime/internal/atomic.{And,Or}{8,} on RISCV64

Actually enable intrinsics for runtime/internal/atomic.{And,Or}{8,} on RISCV64.
This seems to have been lost when CL 268098 was rebased.

Change-Id: If072daa79c8964b186c127d5e065a7cc9e23ba27
Reviewed-on: https://go-review.googlesource.com/c/go/+/302229
Trust: Joel Sing <joel@sing.id.au>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
src/cmd/compile/internal/ssagen/ssa.go