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

Per-function target attribute on clang and GCC. #152

Merged
merged 2 commits into from Sep 2, 2022
Merged

Per-function target attribute on clang and GCC. #152

merged 2 commits into from Sep 2, 2022

Conversation

ghost
Copy link

@ghost ghost commented Sep 2, 2022

Resolves #144

@ghost ghost mentioned this pull request Sep 2, 2022
Merged
@Exzap
Copy link
Member

Exzap commented Sep 2, 2022

For LatteIndices_fastConvertU16_SSE41 can you make a separate ATTRIBUTE_SSE42 macro? With the target being "sse4.2". A sse4.1 target would make more sense but it seems like that doesn't exist.

@ghost
Copy link
Author

ghost commented Sep 2, 2022

"sse4.1" works okay for me.

@Exzap Exzap merged commit f5972df into cemu-project:main Sep 2, 2022
@bitscher
Copy link
Contributor

bitscher commented Sep 2, 2022

Speedy resolution! 👍

@ghost ghost mentioned this pull request Sep 2, 2022
@ghost ghost deleted the cpu-ext-attributes branch September 2, 2022 21:54
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.

Linux - Illegal instruction error
2 participants