Open
Description
Noting that this issue was discussed in the cmake repo, and apparently led to this implementation, has this functionality been integrated in a recent cmake version?
If not, is there an example how to integrate this module
More specifically, a cmake flag won't help when the code is explicitly using SIMD intrinsic instructions. Is there a recommended wrapper library that would use the intrinsics based on compiler flags which would, in turn, be set automatically by your architecture detection cmake module (for example, I've stumbled upon MIPP)?