Skip to content

reflex v3.0.9

Compare
Choose a tag to compare
@genivia-inc genivia-inc released this 22 Jul 19:52
· 112 commits to master since this release

Improved binary portability of the RE/flex library on x86 machines. SIMD SSE/AVX intrinsics code is split into simd_avx2.cpp and simd_avx512bw.cpp to support runtime CPU ID checking when the library is built with ./configure; make, disable AVX with ./configure --disable-avx, disable SSE2 with ./configure --disable-sse2; UTF-16LE BOM detection correction.