rweather / noise-c

Noise-C, a plain C implementation of the Noise protocol
MIT License
304 stars 86 forks source link

Do not use SIMD on arch_32 #22

Closed nazar-pc closed 7 years ago

nazar-pc commented 7 years ago

Backport of upstream patch (https://sourceforge.net/p/ed448goldilocks/code/ci/dc3deb8c81e99c0b8de46ed2cc536ffb406a3169) in order to stop using SIMD on arch_32

Fixes #21