elasticsearch/libs/simdvec
Benjamin Trent 0a9f3a9630
Address when scores can be very large in osq score test (#129592)
Using a static `diff` or epsilon just doesn't work for this test as the
scores can be very large, but relatively close. 

Maybe there is a simpler way, but my mind wasn't wanting to "math" very
much. 

For example, the seed that this previously failed on had scores like
`1.726524E9` and `1.7265239E9`, which, given their size, are really
close together (within 128). But a static epsilon wouldn't capture that.

closes: https://github.com/elastic/elasticsearch/issues/128485
2025-06-19 01:33:29 +10:00
..
licenses Rename the vec module to better reflect that it provides SIMD optimized vector scorers (#109661) 2024-06-17 11:10:02 +01:00
native Fix vec_caps to test for OS support too (on x64) (#126911) 2025-04-16 16:06:46 +02:00
src Address when scores can be very large in osq score test (#129592) 2025-06-19 01:33:29 +10:00
build.gradle [Build] Remove deprecated BuildParams (#116984) 2024-11-22 16:30:57 +01:00
includes.txt Add AGPLv3 as a supported license 2024-09-13 15:29:46 -07:00
output.txt Update Gradle wrapper to 8.12 (#118683) 2024-12-30 15:34:24 +01:00