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

Vector4 operator /(Vector4 value1, float value2) is not implemented as intrinsic #9734

Closed
benaadams opened this issue Feb 14, 2018 · 3 comments
Labels
area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI JitUntriaged CLR JIT issues needing additional triage
Milestone

Comments

@benaadams
Copy link
Member

Its marked as an intrinsic in the source but doesn't get converted to efficient asm

category:cq
theme:vector-codegen
skill-level:expert
cost:small

@benaadams
Copy link
Member Author

Workaround dotnet/corefx#27122

@benaadams
Copy link
Member Author

@eerhardt @CarolEidt @mikedn @tannergooding with dotnet/corefx#27122 merged are we worried about this? (i.e. should it be closed?)

@msftgits msftgits transferred this issue from dotnet/coreclr Jan 31, 2020
@msftgits msftgits added this to the Future milestone Jan 31, 2020
@BruceForstall BruceForstall added the JitUntriaged CLR JIT issues needing additional triage label Oct 28, 2020
@tannergooding
Copy link
Member

We're currently generating: broadcastss, divps which is about as good as we can get.

@ghost ghost locked as resolved and limited conversation to collaborators Jul 1, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI JitUntriaged CLR JIT issues needing additional triage
Projects
None yet
Development

No branches or pull requests

4 participants