Skip to content

Remove wasm_simd128.h intrinsics header #10804

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

Merged
merged 2 commits into from
Mar 31, 2020

Conversation

tlively
Copy link
Member

@tlively tlively commented Mar 31, 2020

This header has moved to the LLVM project, where it can be more widely
used. This PR removes the now-redundant contents of the wasm_simd128.h
header in this repository and replaces them with a redirection to the
version that now lives in the clang distribution. However, the primary
tests for the header are still in this repository. In the process of
moving the header to clang, its handling of -funsigned-char was
corrected, so this PR also adds testing with that flag.

Closes #10714.

tlively added 2 commits March 30, 2020 23:37
This header has moved to the LLVM project, where it can be more widely
used. This PR removes the now-redundant contents of the wasm_simd128.h
header in this repository and replaces them with a redirection to the
version that now lives in the clang distribution. However, the primary
tests for the header are still in this repository. In the process of
moving the header to clang, its handling of `-funsigned-char` was
corrected, so this PR also adds testing with that flag.
@tlively tlively requested a review from kripken March 31, 2020 06:48
Copy link
Collaborator

@sbc100 sbc100 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

@tlively tlively merged commit cd801d0 into emscripten-core:master Mar 31, 2020
@tlively tlively deleted the remove-simd-header branch February 5, 2024 18:06
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.

Move wasm_simd128.h into upstream LLVM
2 participants