xmos / lib_xcore_math

XMOS optimised arithmetic and vector processing library
Other
6 stars 14 forks source link

Release v2.1.3 #163

Closed ed-xmos closed 11 months ago

ed-xmos commented 11 months ago

Fixes bug (issue #147) in s16_to_s32(). Fixes bug (issue #146) in bfp_s32_macc() and bfp_s32_nmacc(). Fixes bug with the vect_s32_prepare_api not appearing in the documentation. Fixes bug in bfp_s32_mean() and bfp_s16_mean() when hitting a corner case scenario. Cleans up internal functions. Allows compiling and running demos and tests on Windows Native x86 platforms. Removes several warnings.