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

fix(build): output assembly file with .S for preprocessing #5

Merged
merged 1 commit into from
Aug 5, 2024

Conversation

hai-rise
Copy link
Contributor

@hai-rise hai-rise commented Aug 5, 2024

https://gcc.gnu.org/onlinedocs/gcc/Overall-Options.html

This is important for aarch64 which uses __SIZEOF_POINTER__ & __AARCH64EB__ that require preprocessing.

Closes #2
Fixes #4

https://gcc.gnu.org/onlinedocs/gcc/Overall-Options.html

This is important for aarch64 which uses __SIZEOF_POINTER__
& __AARCH64EB__ that require preprocessing.
Copy link
Owner

@DaniPopes DaniPopes left a comment

Choose a reason for hiding this comment

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

Thanks a lot!

@DaniPopes DaniPopes merged commit 45e5f61 into DaniPopes:master Aug 5, 2024
12 checks passed
@hai-rise hai-rise deleted the aarch64 branch August 5, 2024 17:38
@pistomat
Copy link

pistomat commented Aug 6, 2024

Good job!

ferranbt pushed a commit to flashbots/rbuilder that referenced this pull request Sep 30, 2024
## 📝 Summary

This updates sha3-asm / keccak-asm deps.

## 💡 Motivation and Context

`0.1.4` includes fixes which make keccak-asm work on more platforms
(DaniPopes/keccak-asm#5)

---

## ✅ I have completed the following steps:

* [ ] Run `make lint`
* [ ] Run `make test`
* [ ] Added tests (if applicable)
astarinmymind pushed a commit to flashbots/rbuilder that referenced this pull request Oct 3, 2024
## 📝 Summary

This updates sha3-asm / keccak-asm deps.

## 💡 Motivation and Context

`0.1.4` includes fixes which make keccak-asm work on more platforms
(DaniPopes/keccak-asm#5)

---

## ✅ I have completed the following steps:

* [ ] Run `make lint`
* [ ] Run `make test`
* [ ] Added tests (if applicable)
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.

Fails to compile on ampere altra
3 participants