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

coreutil is missing #1

Open
svofski opened this issue Oct 5, 2018 · 2 comments
Open

coreutil is missing #1

svofski opened this issue Oct 5, 2018 · 2 comments

Comments

@svofski
Copy link

svofski commented Oct 5, 2018

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!

@jpcima
Copy link
Owner

jpcima commented Oct 5, 2018

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.

@svofski
Copy link
Author

svofski commented Oct 5, 2018

@jpcima thank you! That makes it clear.

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