We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1ebe57 commit 61b1190Copy full SHA for 61b1190
libc/src/__support/math/acosf16.h
@@ -22,7 +22,6 @@
22
#include "src/__support/FPUtil/sqrt.h"
23
#include "src/__support/macros/optimization.h"
24
25
-
26
namespace LIBC_NAMESPACE_DECL {
27
28
namespace math {
libc/src/math/generic/acosf16.cpp
@@ -10,7 +10,6 @@
10
#include "src/math/acosf16.h"
11
#include "src/__support/math/acosf16.h"
12
13
14
15
16
LLVM_LIBC_FUNCTION(float16, acosf16, (float16 x)) { return math::acosf16(x); }
0 commit comments