Skip to content

arm: do not export symbols from external asm#468

Open
hwti wants to merge 1 commit intoxiph:mainfrom
hwti:arm-asm-visibility
Open

arm: do not export symbols from external asm#468
hwti wants to merge 1 commit intoxiph:mainfrom
hwti:arm-asm-visibility

Conversation

@hwti
Copy link
Copy Markdown

@hwti hwti commented Apr 14, 2026

celt_pitch_xcorr_edsp and celt_pitch_xcorr_neon are exported from libopus.so, since -fvisibility=hidden only works for C.
We can add ".hidden" in addition to ".global" to fix the visibilty.

celt_pitch_xcorr_edsp and celt_pitch_xcorr_neon are exported from libopus.so,
since -fvisibility=hidden only works for C.
We can add ".hidden" in addition to ".global" to fix the visibilty.
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

Successfully merging this pull request may close these issues.

1 participant