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

[RyuJIT] SSE2 SetZeroVector128 does not support float base type #10203

Closed
fiigii opened this issue Apr 20, 2018 · 1 comment
Closed

[RyuJIT] SSE2 SetZeroVector128 does not support float base type #10203

fiigii opened this issue Apr 20, 2018 · 1 comment
Assignees
Labels
area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI bug
Milestone

Comments

@fiigii
Copy link
Contributor

fiigii commented Apr 20, 2018

Sse2.SetZeroVector128<T> is a generic helper intrinsic that should generate SSE xorps instruction for Vector128<float>.

@tannergooding
Copy link
Member

This is done in dotnet/coreclr#19247

@msftgits msftgits transferred this issue from dotnet/coreclr Jan 31, 2020
@msftgits msftgits added this to the 3.0 milestone Jan 31, 2020
@ghost ghost locked as resolved and limited conversation to collaborators Dec 17, 2020
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 bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants