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

dialects: (x86) - AVX registers + some instructions (bonus PR!) #2586

Merged
merged 2 commits into from
May 27, 2024

Conversation

KGrykiel
Copy link
Collaborator

I added AVX registers and some example instructions to go with them. The reason for this specific selection is because I believe @tarinduj needed them for something. Let me know if that wasn't the case.

@KGrykiel KGrykiel added the dialects Changes on the dialects label May 14, 2024
@KGrykiel KGrykiel self-assigned this May 14, 2024
Copy link

codecov bot commented May 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.66%. Comparing base (b6bd580) to head (f547168).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2586   +/-   ##
=======================================
  Coverage   89.65%   89.66%           
=======================================
  Files         357      357           
  Lines       45222    45304   +82     
  Branches     6797     6806    +9     
=======================================
+ Hits        40543    40621   +78     
- Misses       3657     3660    +3     
- Partials     1022     1023    +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Member

@superlopuh superlopuh 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! CC @tarinduj

@KGrykiel KGrykiel merged commit 3d0acbe into main May 27, 2024
10 checks passed
@KGrykiel KGrykiel deleted the KGrykiel/x86dialect-AVX branch May 27, 2024 11:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dialects Changes on the dialects
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants