* Internal rework of lots of files to be able to build Neon versions when targetting Cortex-A
* Cortex-A build is not part of the pack release and should not impact Cortex-M build
* Other changes in the github repository : Cortex-A build with Neon using cmake and Zephyr module
* Correction of arm_biquad_cascade_df1_f32 (#290) : out of buffer access with Helium
* Fix overflow risk in arm_div_int64_to_int32 (#287)
* New transform APIs to get the required size of buffers depending on the target architecture
* Fix a small bug regarding copying history samples in taps_5-8 processing of FIRF32 when targetting Helium (#245)
* Fix issue #270 : Vector type casting issues for Helium
* Corrected problem in arm_biquad_cascade_df1_32x64_q31: Workaround because of gcc bug when targetting Helium (#265)
* Adding "deprecated" comments (#263)
* Corrected out of bound access for coefficients in fir interpolate f32 (#261)
* FilteringFunctions: Avoid uninitialized value warnings from GCC 14.3 (#262)
* Correction of issue #258 : Remove use of INFINITY from the float code
* Fix the issues in Controller benchmark testing (#239)
* Fix typos discovered by codespell (#236)
* Fix compile issue caused by the incorrect name of round-up macro (#237)
* Add support for running tests for Support benchmarks (#238)
* Create arm_mat_init_q7 (#235)
* Improve float representation accuracy by increasing precision from 8 to 9 decimal digits (#226)
* Correct issue #217 : vector type issues when targeting Helium