[all-commits] [llvm/llvm-project] 4c50e4: [libc][mathvec] Fix missing ABI-prefix from causin...
DylanFleming-arm via All-commits
all-commits at lists.llvm.org
Thu Jul 16 11:47:00 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4c50e41095b36cfa2e362a4f1990c4df59533836
https://github.com/llvm/llvm-project/commit/4c50e41095b36cfa2e362a4f1990c4df59533836
Author: DylanFleming-arm <85629460+DylanFleming-arm at users.noreply.github.com>
Date: 2026-07-16 (Thu, 16 Jul 2026)
Changed paths:
M libc/src/mathvec/abi_prefix.h
Log Message:
-----------
[libc][mathvec] Fix missing ABI-prefix from causing errors (#210127)
abi_prefix.h throws errors for unsupported ABI targets. This patch
modifies that behaviour to instead fall back onto a default
naming scheme instead, as to not break non-vfabi supporting targets.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list