musl: add support for mips/mipsel#163
Merged
Merged
Conversation
Member
There was a problem hiding this comment.
There's a match for target_env = "musl" below which may need the addition of target_arch as well
Member
|
This'll likely have tons of conflicts with #122, but it's actually got enough scaffolding in place that it'd be easy enough to add i686/arm/asmjs in next. (cc @brson though) I'd also be quite eager to slurp up the scripts you got to get the tests working, but that can likely wait until we've landed support in the compiler itself. Thanks! |
alexcrichton
added a commit
that referenced
this pull request
Jan 30, 2016
musl: add support for mips/mipsel
danielverkamp
pushed a commit
to danielverkamp/libc
that referenced
this pull request
Apr 28, 2020
* avx: _mm256_testnzc_si256 * avx: _mm256_shuffle_ps 8 levels of macro expansion takes too long to compile. * avx: remove useless 0 in tests * avx: _mm256_shuffle_ps Macro expansion can be reduced to four levels * avx: _mm256_blend_ps Copy/paste from avx2::_mm256_blend_epi32
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
See first commit for details about the new module hierarchy for the musl module.
This has been
ctested in qemu using a mipsel OpenWRT trunk image.The commit history contains several commits where I've been fixing
ctests, but I can squash the commits before merging.r? @alexcrichton