packet-journey
packet-journey copied to clipboard
Make the SIMD functions switchable at runtime
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).