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

NEON: Implement some f16XN types and f16 related intrinsics. #1071

Merged
merged 49 commits into from Oct 6, 2023

Conversation

yyctw
Copy link
Contributor

@yyctw yyctw commented Oct 3, 2023

Hi all, this is Eric from Andes Technology Corporation. This PR includes

  1. Add the types simde_float16x4x2_t and simde_float16x8x2_t
  2. Add 105 initial implementations and corresponding test cases in 35 families which are listed below:
  • mul, sub, ext, div, min, max, fma, abs, cgt, clt, clez, padd, pmax
  • get_lane, get_low, get_high, mul_lane, mul_n, set_lane
  • combine, cvt, ld2, ld1_dup, st2, zip1, zip2, zip, reinterpret
  • rsqrts, recps, recpe, rndn, rsqrte, sqrt, qrshrnh_n

All CI tests have passed on my fork! Thanks for reading and any recommendations are welcome!

@mr-c
Copy link
Collaborator

mr-c commented Oct 3, 2023

@yyctw Thank you very much for this contribution! Can you rebase your branch to bring it up to date?

@yyctw
Copy link
Contributor Author

yyctw commented Oct 4, 2023

@yyctw Thank you very much for this contribution! Can you rebase your branch to bring it up to date?

Thank you for your suggestion! I've already rebased my branch to ensure it's up to date.

Copy link
Collaborator

@mr-c mr-c left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looking great! One request about the copyright lines

simde/arm/neon/div.h Outdated Show resolved Hide resolved
@yyctw yyctw requested a review from mr-c October 6, 2023 08:03
@mr-c mr-c enabled auto-merge (squash) October 6, 2023 08:05
@mr-c mr-c merged commit aae2245 into simd-everywhere:master Oct 6, 2023
79 of 80 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants