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

SIMD capacity not detected by ScanByte, using scalar fallback #7

Closed
oniehuis opened this issue Jul 2, 2022 · 1 comment
Closed

Comments

@oniehuis
Copy link

oniehuis commented Jul 2, 2022

I receive a warning when loading the package ScanByte (v. 0.3.2) in Julia 1.8.0-rc1 (2022-05-27) (experimental 64-bit installer for macOS ARM (M-series Processor)) on a MacBook Pro with Apple M1 Max processor and Mac OS 12.4:

julia> using ScanByte
┌ Warning: SIMD capacity not detected by ScanByte, using scalar fallback
└ @ ScanByte ~/.julia/packages/ScanByte/cr4PT/src/ScanByte.jl:11

Any idea how to address the problem?

@jakobnissen
Copy link
Owner

Duplicate of #2 . The warning happens because ScanByte is optimised for x86 chips with SSSE3 or AVX2 instruction sets. The new M1/M2 Mac chips use Armv8 and do not have these instructions.
I have just removed the warning from the version on master. Hopefully some time in the future I can add Armv8 functionality.

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

No branches or pull requests

2 participants