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

error: inlining failed in call to ‘always_inline’ ‘_mm_cvtepu8_epi32’: target specific option mismatch #4

Open
sl1pkn07 opened this issue Oct 19, 2022 · 5 comments

Comments

@sl1pkn07
Copy link

A boi in https://aur.archlinux.org/packages/vapoursynth-plugin-fftspectrum-git have problems when build this plugin on archlinux with I7 8750H

build for me with Xeon E5-2650-v4

any hint?

greetings

@Endilll
Copy link
Member

Endilll commented Oct 19, 2022

_mm_cvtepu8_epi32 means SSE4.1, but -march=x86-64 gives bare x86_64. -march=native or -march=skylake should fix this

@Endilll
Copy link
Member

Endilll commented Oct 19, 2022

I see that the similar solution was suggested in the original thread, but it's still missing from compiler CLI arguments, according to the logs he's posting.

@sl1pkn07
Copy link
Author

hi

see the dates timestamp in the original thread xd (i found the "solution" minutes after open the issue here when i saw this thread https://stackoverflow.com/questions/43128698/inlining-failed-in-call-to-always-inline-mm-mullo-epi32-target-specific-opti#comment111507919_43128789)

ok, then my proposal is OK? then i'm wait to the user confirmation if that line fix the issue

greetings

@Endilll
Copy link
Member

Endilll commented Oct 19, 2022

LGTM
btw, it's my first time seeing this kind of substitution in bash

@sl1pkn07
Copy link
Author

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