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

X86 unix fixes #97089

Closed
wants to merge 5 commits into from
Closed

X86 unix fixes #97089

wants to merge 5 commits into from

Conversation

t-mustafin
Copy link
Contributor

Make helloworld.dll work on x86 Linux.

cc @gbalykov @BruceForstall

BlockInit algorithm for x86 and x64 uses SIMD instructions so it shoud be disabled if FEATURE_SIMD instructions turned off.
FEATURE_SIMD for x86/Unix was turned off by dotnet/coreclr#8335
as temporary solve for dotnet#7061
which was fixed by dotnet/coreclr#8382.
So FEATURE_SIMD could be enabled for x86/Unix.
@ghost ghost added the community-contribution Indicates that the PR has been added by a community member label Jan 17, 2024
@dotnet-issue-labeler dotnet-issue-labeler bot added the area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI label Jan 17, 2024
@ghost
Copy link

ghost commented Jan 17, 2024

Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch
See info in area-owners.md if you want to be subscribed.

Issue Details

Make helloworld.dll work on x86 Linux.

cc @gbalykov @BruceForstall

Author: t-mustafin
Assignees: -
Labels:

area-CodeGen-coreclr, community-contribution

Milestone: -

@t-mustafin t-mustafin marked this pull request as draft January 17, 2024 12:56
@t-mustafin
Copy link
Contributor Author

I need to fix a few more problems to collect coreclr tests, make it draft for now.

@ghost
Copy link

ghost commented Feb 18, 2024

Draft Pull Request was automatically closed for 30 days of inactivity. Please let us know if you'd like to reopen it.

@github-actions github-actions bot locked and limited conversation to collaborators Mar 20, 2024
This pull request was closed.
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 community-contribution Indicates that the PR has been added by a community member
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants