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 924b9d6 commit 554608dCopy full SHA for 554608d
src/backend/port/tas/solaris_sparc.s
@@ -26,6 +26,9 @@ pg_atomic_cas:
26
! that is targeting sparcv8:
27
!
28
! http://cvs.opensolaris.org/source/xref/on/usr/src/lib/libc/sparc/threads/sparc.il
29
+ !
30
+ ! It is actually possible to use "cas" for sparcv8 binaries if
31
+ ! -xarch=v8plus is used for compilation.
32
33
#ifdef __sparcv9
34
cas [%o0],%o2,%o1
0 commit comments