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
Hi and thanks for making dashing.
I would like to package dashing to use as a package in the Julia programming language.
However, it is not easy to build dashing unless you have an SSSE4-capable x86-64 CPU. For example, newer Mac computers don't have this (although they can emulate it with Rosetta).
Furthermore, although virtually all CPUs nowadays has SSSE4 and AVX2, I would prefer shipping a binary which does not crash inexplicably for users that use CPUs without these instructions.
Would it be possible to provide architechture-agnostic installation instructions?
If not, I can restrict it to x86-64 CPUs only, though that would be a shame.
The text was updated successfully, but these errors were encountered:
Hi and thanks for making
dashing
.I would like to package
dashing
to use as a package in the Julia programming language.However, it is not easy to build
dashing
unless you have an SSSE4-capable x86-64 CPU. For example, newer Mac computers don't have this (although they can emulate it with Rosetta).Furthermore, although virtually all CPUs nowadays has SSSE4 and AVX2, I would prefer shipping a binary which does not crash inexplicably for users that use CPUs without these instructions.
Would it be possible to provide architechture-agnostic installation instructions?
If not, I can restrict it to x86-64 CPUs only, though that would be a shame.
The text was updated successfully, but these errors were encountered: