You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For Intel based system it would produce a string based on the supported extensions. However, I don't know if the same applies to Apple Silicon with Homebrew.
version -fftw
ans = fftw-3.3.10-sse2-avx-avx2-avx2_128-avx512
brew gist-logs <formula>
link ORbrew config
ANDbrew doctor
outputVerification
brew doctor
output saysYour system is ready to brew.
and am still able to reproduce my issue.brew update
and am still able to reproduce my issue.brew doctor
and that did not fix my problem.What were you trying to do (and why)?
I was looking at the rb file for fftw, and I could not find any sign of neon extension for Apple Silicon CPU. It would be desirable to enable this extension so that GNU octave can have a better performance while doing FFT.
https://github.com/Homebrew/homebrew-core/blob/e84fce57d1e9a2b44bfba8ee5a289ce4665f827f/Formula/f/fftw.rb
The way to enable Neon is here. http://fftw.org/fftw3_doc/Installation-on-Unix.html
What happened (include all command output)?
What did you expect to happen?
For Intel based system it would produce a string based on the supported extensions. However, I don't know if the same applies to Apple Silicon with Homebrew.
Step-by-step reproduction instructions (by running
brew
commands)The text was updated successfully, but these errors were encountered: