-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
dotprod unsupported for apple-silicon #4408
Comments
can you provide the output of |
Cant reproduce on my M1
|
The file doesn't exist on my machine either. Compiler version is |
actually the error message might be coming from from the assembler or down the toolchain in binutils. Can you see what additional output you get with |
Weirdly enough, after a restart of the machine the issue no longer occurs. I'll close this issue then. |
I ran
|
This issue occurs again with latest master. |
Can't reproduce on Apple M1 Pro $ sysctl -a | grep machdep.cpu /Applications/Xcode.app/Contents/Developer/usr/bin/make ARCH=apple-silicon COMP=gcc all $ ./stockfish |
I believe this is not a Stockfish issue, but probably some issue with how the toolchain is setup on the user's machine. If anybody wants to help, probably best to have that exchange on discord. |
I don't know if this would be helpful, but I had the same issue. I solved it via changing Makefile, in specific, this line: |
OK, this latest suggestion might require a closer look, I'm reopening this issue. |
@TonHaver @vondele
|
Describe the issue
When building with
make build ARCH=apple-silicon
on an Apple M1 chip, I get the following error:Expected behavior
Build should complete successfully.
Steps to reproduce
Anything else?
This seems to be caused by PR #4400, which claims to add support for apple-silicon dot product instructions, but this is not working properly.
Operating system
MacOS
Stockfish version
472e726
The text was updated successfully, but these errors were encountered: