[all-commits] [llvm/llvm-project] a86cc8: [libc] Move fma and fmaf into generic dir
Alex Brachet via All-commits
all-commits at lists.llvm.org
Thu Mar 23 11:43:51 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a86cc8341de91c48ff724aa07766bc0dbefaa248
https://github.com/llvm/llvm-project/commit/a86cc8341de91c48ff724aa07766bc0dbefaa248
Author: Alex Brachet <abrachet at google.com>
Date: 2023-03-23 (Thu, 23 Mar 2023)
Changed paths:
M libc/src/math/CMakeLists.txt
R libc/src/math/fma.cpp
R libc/src/math/fmaf.cpp
M libc/src/math/generic/CMakeLists.txt
A libc/src/math/generic/fma.cpp
A libc/src/math/generic/fmaf.cpp
Log Message:
-----------
[libc] Move fma and fmaf into generic dir
Differential Revision: https://reviews.llvm.org/D146740
More information about the All-commits
mailing list