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
Please excuse my ignorance, but what should be in "coreutil" subdirectory in the sources? It seems to be an important part of the project, referenced a few times in the source. Thanks!
The text was updated successfully, but these errors were encountered:
Hello @svofski. Coreutil is located here: https://github.com/jpcima/coreutil
It my memory serves me well, it is not registered as a submodule but I intended it to be located at the same directory level than this source itself.
In this source code, I implemented a SIMD layer based on template code, but if I were to introduce new work on this repository, which is not my focus right now, one of my first things done would be probably to
remove coreutil and switch to an available SIMD library such as xsimd.
(And a second thing would be to introduce a CPUID dispatch so this can run on any computer while containing all the vector variants)
But at the present time I'm not in a good situation to test any work progress, as I don't have access any longer to a machine which has AVX instructions.
Sorry for a possibly longer reponse of me than needed, I hope it clarifies.
Please excuse my ignorance, but what should be in "coreutil" subdirectory in the sources? It seems to be an important part of the project, referenced a few times in the source. Thanks!
The text was updated successfully, but these errors were encountered: