-
Notifications
You must be signed in to change notification settings - Fork 301
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
Add macos-14 (arm64) CI (and made it pass finally) #278
Conversation
Extended tests passed as well https://github.com/cielavenir/isa-l/actions/runs/8130749368/job/22219331109 |
HI @cielavenir. Thanks for your PR! Can you clean it up a little bit? There are a bunch of "merge" and "revert" patches that are polluting the PR. Also, since you have integrated the fix in PR #226, can you close that PR? |
1616793
to
bd7fe6c
Compare
@pablodelara Squashed |
by the way, not sure I'm noob at github, but how can I run CI without patching |
Thanks @cielavenir! What I meant is to keep only the commits that are adding value overall, and remove the "merge" commits. Looking at the PR, you could have 4-5 commits, each one adding/fixing some functionality. E.g.:
|
@cielavenir Well, those PR's are closed. We could reopen them, but still this PR should be split into several commits. |
right please reopen and merge them |
@pablodelara @liuqinfei Now rebased again. The thing is, #226 and #280 are obvious but avoiding x18 register should be reviewed carefully as I rely only on CI result. |
@liuqinfei can you review this PR? |
yes.
…---- Replied Message ----
| From | Pablo de ***@***.***> |
| Date | 03/14/2024 21:19 |
| To | ***@***.***> |
| Cc | ***@***.***>***@***.***> |
| Subject | Re: [intel/isa-l] Add macos-14 (arm64) CI (and made it pass finally) (PR #278) |
@liuqinfei can you review this PR?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Signed-off-by: Taiju Yamada <tyamada@bi.a.u-tokyo.ac.jp>
Signed-off-by: Taiju Yamada <tyamada@bi.a.u-tokyo.ac.jp>
rebased again. now let's see if macOS M1 extended tests pass. |
This is merged now, thanks! |
Fixed arm64 mach compilation again (cf Fix mach compilation again; fold_constant has to be the same section as crc16_t10dif_copy_pmull #226)Fixed isal_deflate_icf_finish_lvl1 dispatcher (sorry) (why no one noticed that...)CI passed according to https://github.com/cielavenir/isa-l/actions/runs/8114714856