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

Binary Distribution? #7

Open
c-blake opened this issue May 10, 2023 · 1 comment
Open

Binary Distribution? #7

c-blake opened this issue May 10, 2023 · 1 comment

Comments

@c-blake
Copy link

c-blake commented May 10, 2023

Given the gcc/gas-specific aspect of this implementation and the default development kits on Apple Mac OSX being LLVM-based, do you think it would make sense to distribute a libhashtree.a with Mach-O files for the current x86_64 implementation and (hopefully) future ARM64 implementation?

If so, would it make sense to also distribute ELF/COFF object files at the same time? (The COFF maybe as a Windows .lib).

@potuz
Copy link
Collaborator

potuz commented May 11, 2023

Windows is kinda special in that it's only supported on AMD64. I'm happy if someone provides ARM code for windows. I won't be setting an emulator for that. I just finished porting the AARCH64 code with sha2 instructions. After that's tested enough and cpu detection is added, will start thinking about a binary release.

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

No branches or pull requests

2 participants