On Thu, May 21, 2015 at 03:42:33PM +0100, Kyrill Tkachov wrote:
> Hi all,
>
> The crypto intrinsics are missing an __extension__ and an __always_inline__
> attribute that all the other intrinsics have. I don't see any reason for them
> to be different and the always_inline attribute will be needed
Hi all,
The crypto intrinsics are missing an __extension__ and an __always_inline__
attribute that all the other
intrinsics have. I don't see any reason for them to be different and the
always_inline attribute will be needed
if we decide to wrap the intrinsics inside a target SIMD pragma.
Test