mirror of
https://github.com/RaySollium99/libpicofe.git
synced 2025-09-07 07:38:04 -04:00
neon filters: fix build on old toolchains
This commit is contained in:
parent
33fa890d04
commit
67381db0f4
5 changed files with 27 additions and 18 deletions
|
@ -21,6 +21,15 @@
|
|||
@@
|
||||
|
||||
|
||||
#if __GNUC__ < 4 || (__GNUC__ == 4 && __GNUC_MINOR__ < 4)
|
||||
/* can't use because gas wants ',' before ':' */
|
||||
#define A128
|
||||
#define A256
|
||||
#else
|
||||
#define A128 :128
|
||||
#define A256 :256
|
||||
#endif
|
||||
|
||||
|
||||
.macro _neon_normalxx_8_16_line_middle src, dst, pal, counter, reg1, reg2, reg3, reg4, reg5, reg6, reg7, reg8, reg9, dststride, dA, dB
|
||||
ldr \reg1, [\src] @ reg1 = src[0-3]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue