From c831fd40a95a97553ff4919f540dc29491e1101c Mon Sep 17 00:00:00 2001 From: Oscar Smith Date: Tue, 25 Nov 2025 09:55:20 -0500 Subject: [PATCH] Test CI --- src/FastPower.jl | 1 - 1 file changed, 1 deletion(-) diff --git a/src/FastPower.jl b/src/FastPower.jl index 93bc99c..c00e83e 100644 --- a/src/FastPower.jl +++ b/src/FastPower.jl @@ -1,5 +1,4 @@ module FastPower - # From David Goldberg's blog post with minor modifications # https://tech.ebayinc.com/engineering/fast-approximate-logarithms-part-iii-the-formulas/ @inline function fastlog2(x::Float32)::Float32