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

Disable vector ctors intrinsics on wasm #98114

Merged
merged 2 commits into from
Feb 7, 2024

Conversation

jkurdek
Copy link
Member

@jkurdek jkurdek commented Feb 7, 2024

@ghost ghost assigned jkurdek Feb 7, 2024
@jkurdek jkurdek requested review from vargaz and removed request for fanyang-mono February 7, 2024 16:45
@vargaz
Copy link
Contributor

vargaz commented Feb 7, 2024

This will fail on amd64 as well, only arm64 enables Vector3 rn. I'd suggest the check from
#98037 (comment)

@jkurdek
Copy link
Member Author

jkurdek commented Feb 7, 2024

This code is not reachable on amd64

#ifndef TARGET_ARM64
if (!COMPILE_LLVM (cfg))
return NULL;
#endif

@jkurdek
Copy link
Member Author

jkurdek commented Feb 7, 2024

/azp run runtime-wasm

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@vargaz
Copy link
Contributor

vargaz commented Feb 10, 2024

@jkurdek
Copy link
Member Author

jkurdek commented Feb 12, 2024

We do have llvm support for vector2 and vector3. It could be a matter of enabling it as simd on llvm amd64. Will look into that.

@github-actions github-actions bot locked and limited conversation to collaborators Mar 14, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants