Skip to content

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 community-contribution Indicates that the PR has been added by a community member area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI labels 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