mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-06-28 16:41:01 +03:00
BUGFIX: fix Numerical result out of range error
Fix Error errno=34, fix Numerical result out of range error issue: https://github.com/intel/hyperscan/issues/155
This commit is contained in:
parent
5a1b02bc10
commit
92edc37c1f
@ -282,7 +282,7 @@ const array<double, 100> Scorer::count_lut{{
|
|||||||
}};
|
}};
|
||||||
|
|
||||||
const array<double, 9> Scorer::len_lut{{
|
const array<double, 9> Scorer::len_lut{{
|
||||||
pow(0, -3.0), pow(1, -3.0), pow(2, -3.0), pow(3, -3.0), pow(4, -3.0),
|
0, pow(1, -3.0), pow(2, -3.0), pow(3, -3.0), pow(4, -3.0),
|
||||||
pow(5, -3.0), pow(6, -3.0), pow(7, -3.0), pow(8, -3.0)}};
|
pow(5, -3.0), pow(6, -3.0), pow(7, -3.0), pow(8, -3.0)}};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user