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 0357f29 commit d313146Copy full SHA for d313146
tools/testing/selftests/bpf/progs/bpf_misc.h
@@ -225,8 +225,9 @@
225
#define CAN_USE_BPF_ST
226
#endif
227
228
-#if __clang_major__ >= 18 && defined(ENABLE_ATOMICS_TESTS) && \
229
- (defined(__TARGET_ARCH_arm64) || defined(__TARGET_ARCH_x86))
+#if __clang_major__ >= 18 && defined(ENABLE_ATOMICS_TESTS) && \
+ (defined(__TARGET_ARCH_arm64) || defined(__TARGET_ARCH_x86) || \
230
+ (defined(__TARGET_ARCH_riscv) && __riscv_xlen == 64))
231
#define CAN_USE_LOAD_ACQ_STORE_REL
232
233
0 commit comments