packet-journey icon indicating copy to clipboard operation
packet-journey copied to clipboard

Make the SIMD functions switchable at runtime

Open klnikita opened this issue 8 years ago • 0 comments

We have plenty of Intel SSE intrinsics functions in the code. It would be interesting to make their usage optional with a macro so we would be able to support a memcpy() like version for not Intel platform and to implement other kind of SIMD (ARM Neon for example).

klnikita avatar Mar 11 '16 13:03 klnikita