On 07/31/2015 05:50 AM, Evgeny wrote:
New ctarget attribute automatically clone function and optimize for corresponding target. For target attribute if you specify "avx,sse4" you will get only 1 function optimized for the target with higher priority, while ctarget will generate 2 functions: one optimized for sse4 and one for avx.
Ah, thanks for the explanation. That helps a lot.
jeff