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

Neon support #6

Open
jianshu93 opened this issue Sep 17, 2024 · 1 comment
Open

Neon support #6

jianshu93 opened this issue Sep 17, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@jianshu93
Copy link

Dear Blend team,

It turns out that on M series MAC, the avx2 and sse4 was not supported but I learned that minimap2 support it via see2neon. Any possiblity to add support for it?

Compiling error:

/Applications/Xcode.app/Contents/Developer/usr/bin/make -C src
/opt/homebrew/bin/gcc-14 -c -g -Wall -O2 -Wc++-compat -march=native -mavx2 -msse4.1 -DHAVE_KALLOC main.c -o main.o
gcc-14: error: unrecognized command-line option '-mavx2'
gcc-14: error: unrecognized command-line option '-msse4.1'
make[1]: *** [main.o] Error 1
make: *** [blend] Error 2

Best,

Jianshu

@canfirtina canfirtina self-assigned this Sep 17, 2024
@canfirtina canfirtina added the enhancement New feature or request label Sep 17, 2024
@canfirtina
Copy link
Member

Hi @jianshu93

Thanks for bringing this up. I will look into this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants