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 beb37e2 commit 06a808cCopy full SHA for 06a808c
libc/utils/gpu/server/CMakeLists.txt
@@ -14,6 +14,8 @@ target_compile_options(llvmlibc_rpc_server PUBLIC
14
$<$<CXX_COMPILER_ID:GNU>:-Wno-attributes>)
15
target_compile_definitions(llvmlibc_rpc_server PUBLIC
16
LIBC_COPT_USE_C_ASSERT
17
+ LIBC_COPT_MEMCPY_USE_EMBEDDED_TINY
18
+ LIBC_TYPES_LONG_DOUBLE_IS_FLOAT64
19
LIBC_COPT_ARRAY_ARG_LIST
20
LIBC_COPT_PRINTF_DISABLE_WRITE_INT
21
LIBC_COPT_PRINTF_DISABLE_INDEX_MODE
0 commit comments