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

Added AARCH64 support #136

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

mcelhennyi
Copy link

This pull request would allow for AARCH64 support. I made sure the ./test executable can run without error on an arm docker.

The only thing I am unsure of is the use of __builtin_prefetch. SIMDe supports prefetch commands, but I am unsure how to map the enum over to SIMDe from the original use. Currently I have just used the __builtin_prefetch version in place of the __mm_prefetch.

@msftclas
Copy link

msftclas commented Apr 1, 2020

CLA assistant check
All CLA requirements met.

@pabs3
Copy link

pabs3 commented Aug 21, 2021

@mcelhennyi I noticed that there are conflicts with the latest commit of the master branch, would you mind rebasing it? I'm considering adding it to the Debian package of SPTAG.

@mcelhennyi
Copy link
Author

@pabs3 I have actually stopped using SPTAG. So I won’t be able to rebase and test. Sorry about that.

@pabs3
Copy link

pabs3 commented Jul 12, 2022

Merging this issue will also fix #316 too.

pabs3 added a commit to pabs3/SPTAG that referenced this pull request Jul 12, 2022
pabs3 added a commit to pabs3/SPTAG that referenced this pull request Jul 12, 2022
@pabs3
Copy link

pabs3 commented Jul 12, 2022

I tried to create a new patch but SPTAG now uses AVX512 and SIMDe is missing three functions and is missing three native aliases (useful to avoid having to change lots of the code), the missing aliases is easily worked around though.

simd-everywhere/simde#961
https://github.com/pabs3/SPTAG/compare/use-simd-everywhere

pabs3 added a commit to pabs3/SPTAG that referenced this pull request Jul 18, 2022
pabs3 added a commit to pabs3/SPTAG that referenced this pull request Jul 26, 2022
pabs3 added a commit to pabs3/SPTAG that referenced this pull request Nov 13, 2022
pabs3 added a commit to pabs3/SPTAG that referenced this pull request Feb 5, 2023
pabs3 added a commit to pabs3/SPTAG that referenced this pull request Mar 1, 2023
pabs3 added a commit to pabs3/SPTAG that referenced this pull request Mar 25, 2023
pabs3 added a commit to pabs3/SPTAG that referenced this pull request Apr 1, 2023
pabs3 added a commit to pabs3/SPTAG that referenced this pull request May 3, 2023
pabs3 added a commit to pabs3/SPTAG that referenced this pull request May 10, 2023
pabs3 added a commit to pabs3/SPTAG that referenced this pull request May 10, 2023
pabs3 added a commit to pabs3/SPTAG that referenced this pull request May 10, 2023
pabs3 added a commit to pabs3/SPTAG that referenced this pull request May 11, 2023
pabs3 added a commit to pabs3/SPTAG that referenced this pull request May 11, 2023
pabs3 added a commit to pabs3/SPTAG that referenced this pull request May 11, 2023
pabs3 added a commit to pabs3/SPTAG that referenced this pull request May 11, 2023
pabs3 added a commit to pabs3/SPTAG that referenced this pull request Jun 16, 2023
pabs3 added a commit to pabs3/SPTAG that referenced this pull request Jun 16, 2023
pabs3 added a commit to pabs3/SPTAG that referenced this pull request Jun 16, 2023
pabs3 added a commit to pabs3/SPTAG that referenced this pull request Jun 16, 2023
pabs3 added a commit to pabs3/SPTAG that referenced this pull request Jun 16, 2023
pabs3 added a commit to pabs3/SPTAG that referenced this pull request Jun 25, 2023
pabs3 added a commit to pabs3/SPTAG that referenced this pull request Jun 25, 2023
pabs3 added a commit to pabs3/SPTAG that referenced this pull request Jun 25, 2023
pabs3 added a commit to pabs3/SPTAG that referenced this pull request Jun 25, 2023
pabs3 added a commit to pabs3/SPTAG that referenced this pull request Jun 27, 2023
pabs3 added a commit to pabs3/SPTAG that referenced this pull request Jun 27, 2023
pabs3 added a commit to pabs3/SPTAG that referenced this pull request Jun 27, 2023
pabs3 added a commit to pabs3/SPTAG that referenced this pull request Jun 27, 2023
pabs3 added a commit to pabs3/SPTAG that referenced this pull request Jul 20, 2023
pabs3 added a commit to pabs3/SPTAG that referenced this pull request Jul 20, 2023
pabs3 added a commit to pabs3/SPTAG that referenced this pull request Jul 20, 2023
pabs3 added a commit to pabs3/SPTAG that referenced this pull request Jul 20, 2023
pabs3 added a commit to pabs3/SPTAG that referenced this pull request Jul 20, 2023
dbussink pushed a commit to planetscale/SPTAG that referenced this pull request Mar 13, 2024
dbussink pushed a commit to planetscale/SPTAG that referenced this pull request Mar 14, 2024
dbussink pushed a commit to planetscale/SPTAG that referenced this pull request Mar 14, 2024
Obsoletes: microsoft#136
Fixes: microsoft#134
Fixes: microsoft#316
Enabled-by: simd-everywhere/simde#961
Signed-off-by: Dirkjan Bussink <d.bussink@gmail.com>
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.

None yet

3 participants