README.md
1README
2======
3
4This folder is containing two files imported from the ComputeLibrary:
5
6 NEMath.h and arm_cl_tables.c
7
8In the original compute library, there are instead two other files:
9
10 NEMath.h and NEMath.inl
11
12NEMath.inl is included from NEMath.h whereas in this CMSIS DSP implementation, there is no NEMath.inl and its content is copied into NEMath.h
13
14The tables contained in NEMath.inl have been moved to arm_cl_tables.c and finally the files are in C for the CMSIS DSP library and in C++ in the original Compute Library.
15
16Otherwise, the features and implementations are the same : a few optimized Neon functions.
17
18New aarch64 code have been contributed by the community.
19
20The license covering those files is different : It is a MIT license.
21Other parts of the CMSIS-DSP are covered with an Apache-2.0 license.
22