kunpengcompute / hyperscan

A high-performance regular expression matching library
https://www.hyperscan.io
Other
88 stars 29 forks source link

Bugfix #12

Closed minqian closed 4 years ago

minqian commented 4 years ago

Bugfix for assertion 'itPtr >= start_ptr && itPtr + ITER_BYTES <= end_ptr' fialed; Bugfix for error use for vgetq_lane_type and vextq_type;