From 9832855a9697c3e837f920fa444f694c89062b60 Mon Sep 17 00:00:00 2001 From: Oskar Weigl Date: Sun, 30 Sep 2018 19:16:18 -0700 Subject: [PATCH] update Chnagelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a5c1a4f5..a8b1bbba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,9 @@ Please add a note of your changes below this heading if you make a Pull Request. * `ModuleNotFoundError` is replaced by the older ImportError. * Print function imported from future +### Fixed +* There is a [bug](https://github.com/ARM-software/CMSIS_5/issues/267) in the arm fast math library, which gives spikes in the output of arm_cos_f32 for input values close to -pi/2. We fixed the bug locally, and hence are using "our_arm_cos_f32". + # Releases ## [0.4.4] - 2018-09-18 ### Fixed