randombit / fecpp

Forward error correction with SIMD optimizations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix CPUID

randombit opened this issue · comments

There is some GCC/CLANG specific sourcery that can be used to bind to the right optimized function at so lib loading time. Is this acceptable?

I'd prefer runtime dispatching since that works in MSVC as well, and also works with static libs which iirc the attribute approach doesn't (may be wrong about that)

Bad news: This library is no longer maintained.

Good news: The same functionality (zfec-compatible forward error correction with SIMD optimizations) is available in Botan with randombit/botan#2866