Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Breaks on armv7 architecture: operand must be an immediate in the range [0,15] #5

Closed
yurivict opened this issue Sep 9, 2022 · 1 comment
Assignees

Comments

@yurivict
Copy link

yurivict commented Sep 9, 2022

In file included from main/arm/neon-d32.cpp:51:
/wrkdirs/usr/ports/audio/timbre-mill/work/timbre-mill/modules/lsp-dsp-lib/include/private/dsp/arch/arm/neon-d32/copy.h:397:17: error: operand must be an immediate in the range [0,15]
                __ASM_EMIT("vext.32     q1, q1, q1, $2")
                ^
/wrkdirs/usr/ports/audio/timbre-mill/work/timbre-mill/modules/lsp-common-lib/include/lsp-plug.in/common/types.h:425:57: note: expanded from macro '__ASM_EMIT'
#define __ASM_EMIT(code)                        code "\n\t"
                                                        ^
<inline asm>:45:26: note: instantiated into assembly here
        vext.32     q4, q4, q4, $2
                                ^
In file included from main/arm/neon-d32.cpp:51:
/wrkdirs/usr/ports/audio/timbre-mill/work/timbre-mill/modules/lsp-dsp-lib/include/private/dsp/arch/arm/neon-d32/copy.h:398:17: error: operand must be an immediate in the range [0,15]
                __ASM_EMIT("vext.32     q4, q4, q4, $2")
                ^
/wrkdirs/usr/ports/audio/timbre-mill/work/timbre-mill/modules/lsp-common-lib/include/lsp-plug.in/common/types.h:425:57: note: expanded from macro '__ASM_EMIT'
#define __ASM_EMIT(code)                        code "\n\t"
                                                        ^
<inline asm>:46:26: note: instantiated into assembly here
        vext.32     q5, q5, q5, $2
                                ^

clang-14
FreeBSD 13.1

@sadko4u
Copy link
Owner

sadko4u commented Sep 11, 2022

Fixed in release 0.5.7.

@sadko4u sadko4u closed this as completed Sep 11, 2022
@sadko4u sadko4u self-assigned this Sep 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants