You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: extern/libcds/cds/compiler/gcc/compiler_macro.h
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -132,6 +132,11 @@
132
132
# defineCDS_PROCESSOR__NAME "LOONGARCH"
133
133
# defineCDS_PROCESSOR__NICK "loongarch"
134
134
# defineCDS_BUILD_BITS 64
135
+
#elif defined(__riscv) &&__riscv_xlen==64
136
+
# defineCDS_PROCESSOR_ARCH CDS_PROCESSOR_RISCV64
137
+
# defineCDS_PROCESSOR__NAME "RISC-V64"
138
+
# defineCDS_PROCESSOR__NICK "riscv64"
139
+
# defineCDS_BUILD_BITS 64
135
140
#else
136
141
# if defined(CDS_USE_LIBCDS_ATOMIC)
137
142
# error "Libcds does not support atomic implementation for the processor architecture. Try to use C++11-compatible compiler and remove CDS_USE_LIBCDS_ATOMIC flag from compiler command line"
0 commit comments