[all-commits] [llvm/llvm-project] 232f98: [libc] add shared divsf3 builtin (#205679)
hulxv via All-commits
all-commits at lists.llvm.org
Wed Jul 8 18:15:57 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 232f98e8a873c374a00d64f70cedff6c61ee87d8
https://github.com/llvm/llvm-project/commit/232f98e8a873c374a00d64f70cedff6c61ee87d8
Author: hulxv <hulxxv at gmail.com>
Date: 2026-07-09 (Thu, 09 Jul 2026)
Changed paths:
M libc/shared/builtins.h
A libc/shared/builtins/divsf3.h
M libc/src/__support/builtins/CMakeLists.txt
A libc/src/__support/builtins/divsf3.h
M libc/test/shared/CMakeLists.txt
M libc/test/shared/shared_builtins_test.cpp
Log Message:
-----------
[libc] add shared divsf3 builtin (#205679)
Re-exposes LLVM-libc's `__divsf3` as `shared::divsf3` for reuse by
compiler-rt's builtins.
Stacked change - merge these first:
- #200094
- #205669
- #205670
- #205671
- #205672
- #205673
- #205674
- #205675
- #205676
- #205677
- #205678
Part of #197824
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