Skip to content
Discussion options

You must be logged in to vote

Hi Daniel,

Thank you for contacting me.

The code performs run-time detection of CPU features, and only uses code paths that are supported by the available features.
You can enable AVX-512 all the time, and the code should run fine on any machine.
The CMake configuration flags are mainly for testing and should a compiler not support them.

Feature detection code is in
https://github.com/aous72/OpenJPH/blob/master/src/core/others/ojph_arch.cpp

Kind regards,
Aous.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by dbermond
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants