Please support ARM/aarch64
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 5k
- Forks
- 622
- Avg merge
- 8h 37m
- Merged PRs (30d)
- 5
Description
Currently I am trying to build this library for ARM/aarch64. I am having several issues.
#include <immintrin.h>
#include <mm_malloc.h>
So far are the two issues I have seen .
Pretty much anything that includes a mm*() call is an issue.
Are there any plans to add support for ARM/aarch64 in the future? I would like to use this library on a jetson product.
A potentially helpful link: https://forums.foundationdb.org/t/arm-support-for-foundationdb/68/7
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the C++ sources that include immintrin.h or mm_malloc.h and the uses of mm*() mentioned in the issue. Check how the library currently builds on ARM/aarch64 and identify the scope of equivalent support; done means the library builds and its affected functionality works on a Jetson-class ARM system.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- build-system, performance
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100