Skip to content

Avx512f #927

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

Merged
merged 32 commits into from
Oct 17, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
731dc70
Merge pull request #1 from rust-lang/master
minybot Sep 5, 2020
72ff3d7
Merge pull request #3 from rust-lang/master
minybot Sep 7, 2020
bcc2a2c
Merge pull request #4 from rust-lang/master
minybot Sep 11, 2020
9b729dc
Merge remote-tracking branch 'upstream/master'
minybot Sep 15, 2020
123faf2
Merge remote-tracking branch 'upstream/master'
minybot Sep 19, 2020
6e9ddb1
Merge remote-tracking branch 'upstream/master'
minybot Sep 26, 2020
27b6812
Merge remote-tracking branch 'upstream/master'
minybot Oct 11, 2020
972452a
roundscale_round: ps,pd
minybot Oct 11, 2020
751acda
roundscale: ps,pd
minybot Oct 11, 2020
b9800ad
scalef_round: ps,pd; scalef: ps,pd
minybot Oct 11, 2020
a627465
reduce_mul: epi64, reduce_max: epi64,epu64, reduce_min: epi64,epu64, …
minybot Oct 11, 2020
1f662e9
fixupimm_round_ps
minybot Oct 11, 2020
942481b
fixupimm_round_pd
minybot Oct 11, 2020
66e2d9b
fixupimm: ps,pd
minybot Oct 11, 2020
aa32a1f
ternarylogic_epi32
minybot Oct 11, 2020
a25eaf3
ternarylogic_epi64
minybot Oct 12, 2020
7624f5b
int2mask, mask2int, stream: ps,pd,si512
minybot Oct 12, 2020
c005178
mask_set1: epi32,epi64, maskz_set1: epi32,epi64
minybot Oct 12, 2020
4091be5
test_epi32_mask, test_epi64_mask, testn_epi32_mask, testn_epi64_mask
minybot Oct 12, 2020
71764a1
mask_mov: epi32,epi64,ps,pd; maskz_mov: epi32,epi64,ps,pd
minybot Oct 12, 2020
be334bb
mask_add: ss,sd
minybot Oct 15, 2020
b4023d1
mask_add: ss,sd
minybot Oct 15, 2020
38c4f1d
mm_mask_sub: ss,sd; mm_mask_mul: ss,sd; mm_mask_div: ss,sd
minybot Oct 15, 2020
07a2ee9
add_round: ss,sd; sub_round: ss,sd; mul_round: ss,sd; div_round: ss,sd
minybot Oct 15, 2020
11b2b65
mask_sqrt: ss,sd; sqrt_round: ss,sd;
minybot Oct 15, 2020
1afd1b9
mask_max: ss,sd; mask_min: ss,sd; max_round: ss,sd; min_round: ss,sd;
minybot Oct 15, 2020
eb58b50
rsqrt14: ss,sd; rcp14: ss,sd
minybot Oct 15, 2020
b8a6850
getexp: ss,sd; getexp_round: ss,sd; getmant: ss,sd; getmant_round: ss…
minybot Oct 15, 2020
16d6dd6
roundscale: ss,sd; roundscale_round: ss,sd; scalef: ss,sd; scalef_rou…
minybot Oct 15, 2020
8052b64
mask_move: ss,sd
minybot Oct 15, 2020
577cbc4
mask_fmadd: ss,sd; fmadd_round: ss,sd;
minybot Oct 16, 2020
17659b2
fix duplicated comment, remove assert int2mask
minybot Oct 16, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
462 changes: 231 additions & 231 deletions crates/core_arch/avx512f.md

Large diffs are not rendered by default.

40,078 changes: 23,862 additions & 16,216 deletions crates/core_arch/src/x86/avx512f.rs

Large diffs are not rendered by default.

Loading