Jun Aruga wrote:
> simde is a header files only library. It's not a binary.

Then it is inherently unsuitable for automatic runtime selection, and all 
the runtime selection still has to be done in the client program.

GCC requires you to compile for separate vector instruction sets in separate 
compilation units. A header-only library cannot possibly do that for you.

(This is an issue for all header-only vectorization libraries, e.g., Eigen.)

        Kevin Kofler
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org

Reply via email to