x86/avx512: Add implementations and tests for functions in cmpgt.h, cvt.h, extract.h, loadu.h, sllv.h#1402
Open
woobble wants to merge 13 commits intosimd-everywhere:masterfrom
Open
x86/avx512: Add implementations and tests for functions in cmpgt.h, cvt.h, extract.h, loadu.h, sllv.h#1402woobble wants to merge 13 commits intosimd-everywhere:masterfrom
woobble wants to merge 13 commits intosimd-everywhere:masterfrom
Conversation
…56_cmpgt_epi8_mask
… simde_mm256_sllv_epi16
…CAST for type conversions
…2_epi64, simde_mm512_mask_extracti64x2_epi64, and simde_mm512_maskz_extracti64x2_epi64
…askz_extracti64x2_epi64 to use simde_mm_mask_mov_epi64 and simde_mm_maskz_mov_epi64
…2_epi64, simde_mm256_mask_extracti64x2_epi64, and simde_mm256_maskz_extracti64x2_epi64
…i32 to use correct feature guard
Collaborator
|
Thank you! Can you address the MSVC error? https://ci.appveyor.com/project/nemequ/simde/builds/53924201/job/3vwvh2pae8213193#L742 |
Author
|
Yes! The MSVC error is fixed. The new erorr in https://github.com/simd-everywhere/simde/actions/runs/24804640245/job/72595707288?pr=1402 is not related to my changes. |
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.
Hello,
I've implemented some functions for my project:
cmpgt.h
cvt.h
extract.h
loadu.h
sllv.h
I also found a 'bug' at
simde/simde/x86/avx512/extract.h
Line 208 in 2214c66
Tested on an AMD Zen5 CPU.