VectorCamp / vectorscan

A portable fork of the high-performance regular expression matching library
https://www.vectorcamp.gr/project/vectorscan/
Other
503 stars 54 forks source link

gcc-14 compilation fix Closes:#245 #247

Closed gtsoul-tech closed 5 months ago

gtsoul-tech commented 5 months ago

This PR addresses a compile-time error with the _mm512_alignr_epi8 function call. The issue was that the last argument to this function was not compile-time constant In this fix, I've adjusted the function used at gcc14 compilation.