From cd71cd90638b479334ab063599cf8b9117e6c299 Mon Sep 17 00:00:00 2001 From: Stefano D'Angelo Date: Mon, 24 Jul 2023 16:14:16 +0200 Subject: [PATCH] deep debug + removed bw_omega* + math debug + fixed bw_pow10f_3 --- README.md | 2 - include/bw_buf.h | 27 +++--- include/bw_common.h | 15 +++- include/bw_math.h | 215 +++++++++++++++++++++++++++++--------------- 4 files changed, 169 insertions(+), 90 deletions(-) diff --git a/README.md b/README.md index f2790a9..be7152f 100644 --- a/README.md +++ b/README.md @@ -19,8 +19,6 @@ All the code in the repo is released under GPLv3. See the LICENSE file. Alternat The file examples/common/vst3/plugin.cpp contains code from sse2neon (https://github.com/DLTcollab/sse2neon/), which was released under the MIT license. Details in said file. -The file include/bw\_math.h contains code derived from https://dangelo.audio/code/omega.h, which was released under the ISC license. Details in said file. - The file include/bw\_rand.h contains code from https://nullprogram.com/blog/2017/09/21/, which was released into the public domain by its author. VST is a registered trademark of Steinberg Media Technologies GmbH. diff --git a/include/bw_buf.h b/include/bw_buf.h index 8d560b8..d0d301f 100644 --- a/include/bw_buf.h +++ b/include/bw_buf.h @@ -29,6 +29,7 @@ *