Skip to content

Commit bbb7555

Browse files
author
Siva Chandra
committed
[libc][NFC] Move generic math implementations to the generic directory.
This expands the pattern suggest in https://reviews.llvm.org/D95850 to all math functions.
1 parent 15aa78a commit bbb7555

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

85 files changed

+1063
-959
lines changed

libc/src/math/CMakeLists.txt

Lines changed: 106 additions & 955 deletions
Large diffs are not rendered by default.

libc/src/math/generic/CMakeLists.txt

Lines changed: 956 additions & 0 deletions
Large diffs are not rendered by default.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

libc/src/math/exp_utils.cpp renamed to libc/src/math/generic/exp_utils.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88

9-
#include "src/math/exp_utils.h"
109
#include "exp_utils.h"
11-
1210
#include "math_utils.h"
1311

1412
namespace __llvm_libc {
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)