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

Resolve hard dependencies to x86 Linux #53

Open
powergee opened this issue Nov 22, 2024 · 0 comments
Open

Resolve hard dependencies to x86 Linux #53

powergee opened this issue Nov 22, 2024 · 0 comments

Comments

@powergee
Copy link
Member

Currently, an x86 Ubuntu machine is required to access full functionality. This limitation arises because some internal dependencies rely on hardcoded x86 Linux functions, such as a modified implementation of [membarrier](https://github.com/jeehoonkang/membarrier-rs/tree/smr-benchmark) and [murmur3](https://github.com/kaist-cp/murmur3/tree/upgrade). As a result, this benchmark suite is less portable and hard to develop or test in other environments, such as AArch64 Linux or macOS. However, I believe these issues can be resolved with a minor effort by generalizing the affected crates to support additional environments.

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

1 participant