Thomas Retornaz

Results 30 comments of Thomas Retornaz

Hi I hope the problem is between my chair and my keyboard But anyway if you have little time to investigate this with me, i really appreciate I think the...

HI i will make a pull request on std like transform algorithm but i have a few concern - I can't generate the documentation and check my additions because http://doc.radix.lt/libsimdpp/...

> disabled public access to it due to hacking concerns. Could you email me at [email protected] and I'll send you instructions to access it and credentials needed for that. Thanks...

> The ideal alignment should differ per type - e.g. on AVX integer types only need to be 128-bit aligned whereas float types need to be 256-bit aligned. The alignment...

+1 It could be very usefull for image processing library. Same comment than Peter, if you have guidelines? Regards TR

+1 If you make a first implementation (eg for any_vec8) as an exemple may over people could do the over Anyway if not i will jump on blend implementation :)

> Many thanks for the PR! I really like it :-) Thanks ! >For most of the algorithms I think we could rewrite them to not use non-SIMD operations in...

> what is the purpose of having SIMDPP_NOEXECPT and changing inline to a custom macro? - SIMDPP_NOEXECPT : is added for portability reason. MSVC compiler below MSVC2015 doesn't support noexecpt...

Hi thanks for this usefull explanation of potential pitfalls So two possibilities: - Don't use range - Use SFINAE to allow SIMD loop only for arithmetics types. We are sure...