From a60cd6a23223e86eedb27cabebae5b522522bd71 Mon Sep 17 00:00:00 2001 From: Steve Phillips Date: Wed, 27 Apr 2022 20:02:45 -0700 Subject: [PATCH] complex math: libc/tinymath: Rename complex_impl.h -> complex_impl.internal.h, fix reference to it --- libc/tinymath/{complex_impl.h => complex_impl.internal.h} | 0 libc/tinymath/csqrt.c | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename libc/tinymath/{complex_impl.h => complex_impl.internal.h} (100%) diff --git a/libc/tinymath/complex_impl.h b/libc/tinymath/complex_impl.internal.h similarity index 100% rename from libc/tinymath/complex_impl.h rename to libc/tinymath/complex_impl.internal.h diff --git a/libc/tinymath/csqrt.c b/libc/tinymath/csqrt.c index 91d95f925..7a0ff816b 100644 --- a/libc/tinymath/csqrt.c +++ b/libc/tinymath/csqrt.c @@ -25,7 +25,7 @@ │ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. │ │ │ ╚─────────────────────────────────────────────────────────────────────────────*/ -#include "libc/tinymath/complex_impl.h" +#include "libc/tinymath/complex_impl.internal.h" asm(".ident\t\"\\n\\n\ Musl libc (MIT License)\\n\