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 045c3bc commit fc90587Copy full SHA for fc90587
libc/src/__support/OSUtil/linux/vdso.h
@@ -36,7 +36,7 @@ enum class VDSOSym {
36
#include "aarch64/vdso.h"
37
#elif defined(LIBC_TARGET_ARCH_IS_ARM)
38
#include "arm/vdso.h"
39
-#elif defined(LIBC_TARGET_ARCH_IS_RISCV)
+#elif defined(LIBC_TARGET_ARCH_IS_ANY_RISCV)
40
#include "riscv/vdso.h"
41
#else
42
#error "unknown arch"
libc/src/stdlib/rand_util.h
@@ -13,7 +13,6 @@
13
#include "src/__support/macros/attributes.h"
14
15
namespace LIBC_NAMESPACE {
16
-
17
#ifdef LIBC_TARGET_ARCH_IS_GPU
18
// Implement thread local storage on the GPU using local memory. Each thread
19
// gets its slot in the local memory array and is private to the group.
0 commit comments