| Patch |
File delta |
Description |
| cmake4 compatibility.patch | (download) |
CMakeLists.txt |
2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-) |
---
|
| fix compiler warnings | (download) |
CMakeLists.txt |
4 2 + 2 - 0 !
inc/NE10_physics.h |
2 2 + 0 - 0 !
modules/dsp/NE10_fft.c |
8 4 + 4 - 0 !
modules/dsp/NE10_fft_float32.c |
10 4 + 6 - 0 !
modules/dsp/NE10_fft_generic_float32.neonintrinsic.cpp |
2 2 + 0 - 0 !
modules/dsp/NE10_fft_int16.c |
8 3 + 5 - 0 !
modules/dsp/NE10_fft_int32.c |
8 3 + 5 - 0 !
modules/dsp/NE10_fir.c |
7 3 + 4 - 0 !
modules/dsp/test/test_suite_fft_float32.c |
1 0 + 1 - 0 !
modules/dsp/test/test_suite_fft_int16.c |
2 0 + 2 - 0 !
modules/dsp/test/test_suite_fft_int32.c |
2 0 + 2 - 0 !
modules/dsp/test/test_suite_fir.c |
18 10 + 8 - 0 !
modules/dsp/test/test_suite_fir_decimate.c |
23 13 + 10 - 0 !
modules/dsp/test/test_suite_fir_interpolate.c |
17 10 + 7 - 0 !
modules/dsp/test/test_suite_fir_lattice.c |
17 9 + 8 - 0 !
modules/dsp/test/test_suite_fir_sparse.c |
43 23 + 20 - 0 !
modules/dsp/test/test_suite_iir.c |
20 10 + 10 - 0 !
modules/imgproc/NE10_resize.c |
2 0 + 2 - 0 !
modules/imgproc/NE10_resize.neon.c |
4 1 + 3 - 0 !
modules/imgproc/NE10_rotate.c |
2 0 + 2 - 0 !
modules/imgproc/test/test_suite_resize.c |
23 8 + 15 - 0 !
modules/imgproc/test/test_suite_rotate.c |
13 4 + 9 - 0 !
modules/math/NE10_divc.neon.c |
2 0 + 2 - 0 !
modules/math/test/test_suite_math.c |
154 78 + 76 - 0 !
modules/physics/NE10_physics.c |
2 0 + 2 - 0 !
modules/physics/test/test_suite_physics.c |
34 14 + 20 - 0 !
test/src/NE10_random.c |
3 0 + 3 - 0 !
27 files changed, 203 insertions(+), 228 deletions(-) |
[patch] fix a bunch of compiler warnings, disable strict aliasing
opts
This is issue #123 on main github repo:
https://github.com/projectNe10/Ne10/issues/123
and can be dropped when merged upstream.
Includes a fix for the pointer casting issue projectNe10/Ne10#123.
|
| native build.patch | (download) |
CMakeLists.txt |
3 2 + 1 - 0 !
GNUlinux_config.cmake |
22 6 + 16 - 0 !
2 files changed, 8 insertions(+), 17 deletions(-) |
---
|
| add install rule.patch | (download) |
CMakeLists.txt |
58 58 + 0 - 0 !
cmake/cmake_uninstall.cmake.in |
30 30 + 0 - 0 !
modules/CMakeLists.txt |
4 3 + 1 - 0 !
ne10.pc.in |
12 12 + 0 - 0 !
4 files changed, 103 insertions(+), 1 deletion(-) |
---
|
| fix licence info.patch | (download) |
inc/NE10.h |
4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-) |
---
|
| enable multiarch.patch | (download) |
CMakeLists.txt |
8 5 + 3 - 0 !
modules/CMakeLists.txt |
5 3 + 2 - 0 !
2 files changed, 8 insertions(+), 5 deletions(-) |
---
|
| build docs.patch | (download) |
CMakeLists.txt |
21 21 + 0 - 0 !
1 file changed, 21 insertions(+) |
---
|
| gcc10 fixes.patch | (download) |
CMakeLists.txt |
4 2 + 2 - 0 !
modules/dsp/NE10_fft.neonintrinsic.h |
8 4 + 4 - 0 !
modules/dsp/NE10_fft_common_varibles.h |
20 10 + 10 - 0 !
modules/dsp/NE10_fft_generic_float32.h |
2 1 + 1 - 0 !
modules/dsp/NE10_fft_generic_float32.neonintrinsic.cpp |
2 1 + 1 - 0 !
5 files changed, 18 insertions(+), 18 deletions(-) |
---
|