Files
buildroot/package
Fabrice Fontaine 7dac066fc3 package/bayer2rgb-neon: fix aarch64 build with BR2_OPTIMIZE_0
Fix the following build failure with aarch64 and BR2_OPTIMIZE_0 raised
since commit 0512910e49:

src/convert-neon-body-bayer8.inc.h: In function 'bayer2rgb_convert_neon':
src/convert-neon.c:233:17: error: third argument to '__builtin_prefetch' must be a constant
  233 |                 __builtin_prefetch(((void const *)(_addr)) + 64, 0, (_lvl)); \
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/convert-neon-body-bayer8.inc.h:8:9: note: in expansion of macro 'do_prefetch'
    8 |         do_prefetch(&in[+1*stride - 1], (rows_per_loop) < 3 ? 3 : 0);
      |         ^~~~~~~~~~~

Fixes:
 - http://autobuild.buildroot.org/results/307c1c448becd99dfba3a17b3ef816db0bb5cad6

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
(cherry picked from commit 13f8df8ed6)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2024-03-01 11:53:18 +01:00
..
2024-01-13 11:30:16 +01:00
2024-02-29 16:17:12 +01:00
2024-03-01 07:59:44 +01:00
2024-02-28 21:53:39 +01:00
2024-02-28 22:13:39 +01:00
2024-02-28 22:13:02 +01:00
2024-02-29 15:18:15 +01:00
2024-01-12 17:26:32 +01:00
2024-02-28 12:46:22 +01:00
2024-01-12 18:56:51 +01:00
2024-02-28 12:39:21 +01:00
2024-02-29 15:18:18 +01:00