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

32-bit i386 doesn't have SSE2 nor AVX #9

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

df7cb
Copy link

@df7cb df7cb commented Jan 14, 2022

Fixes compilation on Debian i386:

/usr/bin/cc -g -O2 -fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -rdynamic CMakeFiles/test_xtrxdsp_sc32i_iq16.dir/test_xtrxdsp_sc32i_iq16.c.o -o test_xtrxdsp_sc32i_iq16 -Wl,-rpath,/<>/obj-i686-linux-gnu: ../libxtrxdsp.so.0.0.1 -lrt -ldl -lpthread
/usr/bin/ld: ../libxtrxdsp.so.0.0.1: undefined reference to xtrxdsp_iq16_ic16i_avx' /usr/bin/ld: ../libxtrxdsp.so.0.0.1: undefined reference to xtrxdsp_iq16_ic16i_sse2'
/usr/bin/ld: ../libxtrxdsp.so.0.0.1: undefined reference to xtrxdsp_iq16_conv64_sse2' /usr/bin/ld: ../libxtrxdsp.so.0.0.1: undefined reference to xtrxdsp_iq8_sc32_avx'
/usr/bin/ld: ../libxtrxdsp.so.0.0.1: undefined reference to `xtrxdsp_iq16_sc32i_avx'
...

Fixes compilation on Debian i386:

/usr/bin/cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -Wl,-z,relro -rdynamic CMakeFiles/test_xtrxdsp_sc32i_iq16.dir/test_xtrxdsp_sc32i_iq16.c.o  -o test_xtrxdsp_sc32i_iq16  -Wl,-rpath,/<<PKGBUILDDIR>>/obj-i686-linux-gnu: ../libxtrxdsp.so.0.0.1 -lrt -ldl -lpthread
/usr/bin/ld: ../libxtrxdsp.so.0.0.1: undefined reference to `xtrxdsp_iq16_ic16i_avx'
/usr/bin/ld: ../libxtrxdsp.so.0.0.1: undefined reference to `xtrxdsp_iq16_ic16i_sse2'
/usr/bin/ld: ../libxtrxdsp.so.0.0.1: undefined reference to `xtrxdsp_iq16_conv64_sse2'
/usr/bin/ld: ../libxtrxdsp.so.0.0.1: undefined reference to `xtrxdsp_iq8_sc32_avx'
/usr/bin/ld: ../libxtrxdsp.so.0.0.1: undefined reference to `xtrxdsp_iq16_sc32i_avx'
...
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