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

Android aarch64 support #21

Closed
Code-keys opened this issue Feb 23, 2024 · 8 comments
Closed

Android aarch64 support #21

Code-keys opened this issue Feb 23, 2024 · 8 comments
Labels
type:support Support issues

Comments

@Code-keys
Copy link

is this support Android aarch64?
or Android Studio?
or AOSP ?

It seems easy! aha

@jan-wassenberg
Copy link
Member

Yes, we have successfully built and tested on aarch64 Android. I believe even Armv7 would work.

@Code-keys
Copy link
Author

3Q

@windmaple
Copy link

windmaple commented Feb 25, 2024

Works fine with Termux

@Code-keys
Copy link
Author

Yes, we have successfully built and tested on aarch64 Android. I believe even Armv7 would work.

There the bash/step released ?

@jan-wassenberg
Copy link
Member

What do you mean by bash/step? :)

@Code-keys
Copy link
Author

Code-keys commented Mar 4, 2024 via email

@jan-wassenberg
Copy link
Member

Ah, you are asking for the command line to use?
For armv7 try CC=arm-linux-gnueabihf-gcc-11 CXX=arm-linux-gnueabihf-g++-11 cmake .. -DHWY_CMAKE_ARM7:BOOL=ON. For aarch64 it's just CC=aarch64-linux-gnu-gcc-11 CXX=aarch64-linux-gnu-g++-11 cmake ...

@Code-keys
Copy link
Author

Code-keys commented Mar 4, 2024 via email

@tilakrayal tilakrayal added the type:support Support issues label Apr 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:support Support issues
Projects
None yet
Development

No branches or pull requests

4 participants