Skip to content
Snippets Groups Projects
Commit d823b2c8 authored by misaka00251's avatar misaka00251
Browse files

Fix patch

parent e5f14ce9
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ index 32eea55..bb343b0 100644
// https://llvm.org/docs/AMDGPUUsage.html#address-spaces
+#if !(defined(__riscv) && __riscv_xlen == 64)
#define CK_CONSTANT_ADDRESS_SPACE __attribute__((address_space(4)))
+#elif
+#else
+#define CK_CONSTANT_ADDRESS_SPACE
+#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment