aboutsummaryrefslogtreecommitdiff
path: root/lib/include/arm_fp16.h
AgeCommit message (Collapse)Author
2025-08-30zig cc: update intrinsic headers to LLVM 21Alex Rønne Petersen
2024-09-19clang: Update compiler-provided C headers to Clang 19.Alex Rønne Petersen
2023-01-26update C headers to LLVM 16Andrew Kelley
upstream commit 0604154e006e88e9e7f82d8ee5fd076bda206613
2022-07-03update C headers to LLVM 14.0.6Andrew Kelley
2020-01-22lib/headers: update to clang 10.x C headersAndrew Kelley
upstream revision: 3cce3790072249cbe51b96cea26bc78019c11fd0
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