use vulkan_radeon

This commit is contained in:
lizzie
2026-08-31 00:11:31 +00:00
parent bc5cacdd16
commit 9031104538
2 changed files with 9 additions and 3 deletions
+7 -1
View File
@@ -9,13 +9,19 @@
asm volatile("ud2"); \
}
#define STUB_ZERO(name) \
extern "C" int name() { \
printf("called " #name " = ret zero"); \
return 0; \
}
extern "C" int __pthread_cxa_finalize();
extern "C" void __cxa_thread_atexit_impl() {
//printf("__cxa_thread_atexit_impl called!\n");
//__pthread_cxa_finalize();
}
STUB_WEAK(__assert)
STUB_WEAK(ZSTD_trace_compress_begin)
STUB_WEAK(ZSTD_trace_compress_end)
STUB_WEAK(ZSTD_trace_decompress_begin)