aboutsummaryrefslogtreecommitdiff
path: root/lib/include/cuda_wrappers/algorithm
AgeCommit message (Collapse)Author
2024-12-16zig cc: Remove headers related to GPU offload.Alex Rønne Petersen
2024-09-19clang: Update compiler-provided C headers to Clang 19.Alex Rønne Petersen
2021-02-26llvm12: sync with llvmorg-12.0.0-rc2Michael Dusan
- update lib/include - update lib/libcxx - update lib/libcxxabi - update lib/libunwind - (no changes) src/libcxx.zig - (no changes) src/libunwind.zig
2019-07-15move lib dirs to lib subdirAndrew Kelley
also start prefering NtDll API. so far: * NtQueryInformationFile * NtClose adds a performance workaround for windows unicode conversion. but that should probably be removed before merging