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

Basic Aarch64 ISA Support #39

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from

Merge branch 'main' into aarch64-isa

42ddcfd
Select commit
Loading
Failed to load commit list.
Draft

Basic Aarch64 ISA Support #39

Merge branch 'main' into aarch64-isa
42ddcfd
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Feb 10, 2025 in 0s

54.43% (-3.08%) compared to b785d2c

View this Pull Request on Codecov

54.43% (-3.08%) compared to b785d2c

Details

Codecov Report

Attention: Patch coverage is 0% with 187 lines in your changes missing coverage. Please review.

Project coverage is 54.43%. Comparing base (b785d2c) to head (42ddcfd).

Files with missing lines Patch % Lines
aarch64/translation/arguments.go 0.00% 155 Missing ⚠️
aarch64/isa/movz.go 0.00% 32 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #39      +/-   ##
==========================================
- Coverage   57.50%   54.43%   -3.08%     
==========================================
  Files          92       94       +2     
  Lines        3311     3498     +187     
==========================================
  Hits         1904     1904              
- Misses       1343     1530     +187     
  Partials       64       64              

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