lance-index 8.0.0

Lance indices implementation
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
// SPDX-License-Identifier: Apache-2.0
// SPDX-FileCopyrightText: Copyright The Lance Authors

//! SIMD kernels for quantizing the RaBitQ FastScan distance table.
//!
//! Once per (query, probed partition) the `dim * 4`-entry `f32` distance
//! table is quantized into `u8` (fast/normal approx modes) or `u16`
//! (accurate mode) FastScan LUT entries: a min/max pass over the table
//! followed by an affine quantize-and-narrow pass. Both passes are branchy
//! in scalar form, so they get the same runtime-dispatch treatment as
//! [`super::ex_dot`]: explicit AVX-512/AVX2 kernels on x86_64 and a portable
//! fold elsewhere that LLVM auto-vectorizes (NEON is part of the aarch64
//! baseline).
//!
//! Table values are sums of rotated-query components: always finite, never
//! NaN, so lanewise IEEE `min`/`max` matches `total_cmp` ordering. The only
//! divergence is the sign of zero, which callers cannot observe: `d - qmin`
//! and the `qmin == qmax` early-out are arithmetically identical either way.
//!
//! Quantization rounds half-to-even so that the scalar fallback and the SIMD
//! kernels agree bit-exactly. All paths round with fixed-mode rounding,
//! independent of the dynamic MXCSR rounding mode native code may have
//! installed: the SIMD kernels use the converts' static rounding and the
//! scalar path (also the SIMD tails) rounds via `f32::floor` rather than
//! `f32::round_ties_even`, which can lower to an MXCSR-honoring instruction on
//! x86. Relative to the pre-SIMD implementation (`f32::round`,
//! half-away-from-zero) this can move a LUT entry by 1 on exact .5 ties, which
//! is within the table's inherent quantization error.

use std::mem::MaybeUninit;
use std::sync::LazyLock;

use super::storage::SEGMENT_NUM_CODES;

type MinMaxFn = fn(&[f32]) -> (f32, f32);
type QuantizeU8Fn = fn(&[f32], f32, f32, &mut [MaybeUninit<u8>]);
type QuantizeU16Fn = fn(&[f32], f32, f32, &mut [MaybeUninit<u16>]);

/// How the caller reconstructs binary inner-product distances from the
/// FastScan accumulator sums computed against the quantized LUT.
#[derive(Debug, Clone, Copy, PartialEq)]
pub enum DistTableDequant {
    /// Reconstruct each distance with the affine map
    /// `q_sum * (qmax - qmin) / SCALE + num_tables * qmin`. Returned whenever
    /// that map is finite, including a zero/sub-resolution range — then the
    /// LUT is zeroed and every distance collapses to the constant
    /// `num_tables * qmin`.
    Affine { qmin: f32, qmax: f32 },
    /// `num_tables * {qmin, qmax, qmax - qmin}` overflowed f32, so the affine
    /// reconstruction would yield NaN/inf. The LUT is zeroed; the caller must
    /// compute exact distances directly from the f32 table.
    Exact,
}

/// Quantize `dist_table` into `u8` FastScan LUT entries in the caller-owned
/// scratch buffer, returning how the caller must dequantize the FastScan
/// sums (see [`DistTableDequant`]). `dist_table` must be non-empty and all
/// values finite.
pub fn quantize_dist_table_into(
    dist_table: &[f32],
    quantized_dist_table: &mut Vec<u8>,
) -> DistTableDequant {
    debug_assert!(!dist_table.is_empty(), "dist table must be non-empty");
    let (qmin, qmax) = min_max(dist_table);
    if dequant_overflows(dist_table.len(), qmin, qmax) {
        // The caller's affine reconstruction would be non-finite; it computes
        // exact distances and ignores the LUT, but keep the buffer valid.
        quantized_dist_table.clear();
        quantized_dist_table.resize(dist_table.len(), 0);
        return DistTableDequant::Exact;
    }
    let factor = u8::MAX as f32 / (qmax - qmin);
    if !factor.is_finite() {
        // Zero or sub-u8-resolution range (e.g. an all-zeros query): the LUT
        // carries no information, but the finite affine map sends every sum
        // to the constant `num_tables * qmin`.
        quantized_dist_table.clear();
        quantized_dist_table.resize(dist_table.len(), 0);
        return DistTableDequant::Affine { qmin, qmax };
    }
    quantized_dist_table.clear();
    quantized_dist_table.reserve(dist_table.len());
    quantize_u8(
        dist_table,
        qmin,
        factor,
        &mut quantized_dist_table.spare_capacity_mut()[..dist_table.len()],
    );
    // SAFETY: the kernel initialized every element in the reserved range.
    unsafe {
        quantized_dist_table.set_len(dist_table.len());
    }
    DistTableDequant::Affine { qmin, qmax }
}

/// `u16` variant of [`quantize_dist_table_into`] for the accurate approx
/// mode.
pub fn quantize_dist_table_u16_into(
    dist_table: &[f32],
    quantized_dist_table: &mut Vec<u16>,
) -> DistTableDequant {
    debug_assert!(!dist_table.is_empty(), "dist table must be non-empty");
    let (qmin, qmax) = min_max(dist_table);
    if dequant_overflows(dist_table.len(), qmin, qmax) {
        quantized_dist_table.clear();
        quantized_dist_table.resize(dist_table.len(), 0);
        return DistTableDequant::Exact;
    }
    let factor = u16::MAX as f32 / (qmax - qmin);
    if !factor.is_finite() {
        quantized_dist_table.clear();
        quantized_dist_table.resize(dist_table.len(), 0);
        return DistTableDequant::Affine { qmin, qmax };
    }
    quantized_dist_table.clear();
    quantized_dist_table.reserve(dist_table.len());
    quantize_u16(
        dist_table,
        qmin,
        factor,
        &mut quantized_dist_table.spare_capacity_mut()[..dist_table.len()],
    );
    // SAFETY: the kernel initialized every element in the reserved range.
    unsafe {
        quantized_dist_table.set_len(dist_table.len());
    }
    DistTableDequant::Affine { qmin, qmax }
}

/// Whether the caller's affine dequantization
/// `q_sum * (qmax - qmin) / SCALE + num_tables * qmin` would overflow `f32`
/// for some row. Each row's reconstructed binary IP lies in
/// `[num_tables * qmin, num_tables * qmax]` and its quantized term is at most
/// `num_tables * (qmax - qmin)`, so if any of those is non-finite the table
/// must fall back to exact distances. The bound is scale-independent — the
/// `1 / SCALE` factor and the `q_sum <= num_tables * SCALE` range cancel.
/// Real dist tables are bounded sums of rotated-query components and never
/// approach this; the guard exists so a pathological query degrades to exact
/// distances instead of producing NaN.
fn dequant_overflows(table_len: usize, qmin: f32, qmax: f32) -> bool {
    let num_tables = (table_len / SEGMENT_NUM_CODES) as f32;
    !(num_tables * qmin).is_finite()
        || !(num_tables * qmax).is_finite()
        || !(num_tables * (qmax - qmin)).is_finite()
}

fn min_max(values: &[f32]) -> (f32, f32) {
    static KERNEL: LazyLock<MinMaxFn> = LazyLock::new(select_min_max);
    KERNEL(values)
}

fn quantize_u8(values: &[f32], qmin: f32, factor: f32, out: &mut [MaybeUninit<u8>]) {
    static KERNEL: LazyLock<QuantizeU8Fn> = LazyLock::new(select_quantize_u8);
    KERNEL(values, qmin, factor, out)
}

fn quantize_u16(values: &[f32], qmin: f32, factor: f32, out: &mut [MaybeUninit<u16>]) {
    static KERNEL: LazyLock<QuantizeU16Fn> = LazyLock::new(select_quantize_u16);
    KERNEL(values, qmin, factor, out)
}

fn select_min_max() -> MinMaxFn {
    #[cfg(target_arch = "x86_64")]
    {
        if std::arch::is_x86_feature_detected!("avx512f") {
            return x86::min_max_avx512_dispatch;
        }
        if std::arch::is_x86_feature_detected!("avx2") {
            return x86::min_max_avx2_dispatch;
        }
    }
    min_max_fold
}

fn select_quantize_u8() -> QuantizeU8Fn {
    #[cfg(target_arch = "x86_64")]
    {
        if std::arch::is_x86_feature_detected!("avx512f") {
            return x86::quantize_u8_avx512_dispatch;
        }
        if std::arch::is_x86_feature_detected!("avx2") {
            return x86::quantize_u8_avx2_dispatch;
        }
    }
    quantize_u8_scalar
}

fn select_quantize_u16() -> QuantizeU16Fn {
    #[cfg(target_arch = "x86_64")]
    {
        if std::arch::is_x86_feature_detected!("avx512f") {
            return x86::quantize_u16_avx512_dispatch;
        }
        if std::arch::is_x86_feature_detected!("avx2") {
            return x86::quantize_u16_avx2_dispatch;
        }
    }
    quantize_u16_scalar
}

const FOLD_LANES: usize = 16;

/// Portable 16-lane min/max fold; the scalar fallback and the aarch64 path.
/// The `if` comparisons (rather than `f32::min`/`max`, which carry NaN
/// bookkeeping) lower to lanewise min/max instructions on targets with
/// baseline SIMD.
fn min_max_fold(values: &[f32]) -> (f32, f32) {
    let mut mins = [f32::INFINITY; FOLD_LANES];
    let mut maxs = [f32::NEG_INFINITY; FOLD_LANES];
    let mut chunks = values.chunks_exact(FOLD_LANES);
    for chunk in &mut chunks {
        let chunk: &[f32; FOLD_LANES] = chunk.try_into().expect("chunks_exact length");
        for (i, &v) in chunk.iter().enumerate() {
            mins[i] = if v < mins[i] { v } else { mins[i] };
            maxs[i] = if v > maxs[i] { v } else { maxs[i] };
        }
    }
    let mut min = f32::INFINITY;
    let mut max = f32::NEG_INFINITY;
    for v in mins {
        min = if v < min { v } else { min };
    }
    for v in maxs {
        max = if v > max { v } else { max };
    }
    for &v in chunks.remainder() {
        min = if v < min { v } else { min };
        max = if v > max { v } else { max };
    }
    (min, max)
}

/// Round `x` to the nearest integer, ties to even — the same rule the SIMD
/// converts use — with fixed-mode operations only, so the result never
/// depends on the dynamic rounding mode native code may have installed.
///
/// On x86, `f32::round_ties_even` can lower to an MXCSR-honoring instruction
/// (outside an SSE4.1 context), so nearest-even is built from `f32::floor`,
/// which is always fixed-mode. `x` is a non-negative quantization product, so
/// only the upward tie case is reachable, but the form is correct for any
/// finite `x` whose floor fits in `i64`. Elsewhere (e.g. aarch64) the standard
/// `round_ties_even` is already a fixed-mode instruction (`frintn`) that the
/// quantize loop — which has no dedicated SIMD kernel there — vectorizes, so
/// it is kept.
#[inline(always)]
fn round_ties_even_fixed(x: f32) -> f32 {
    #[cfg(target_arch = "x86_64")]
    {
        let lower = x.floor();
        let frac = x - lower;
        let round_up = frac > 0.5 || (frac == 0.5 && (lower as i64 & 1) != 0);
        lower + f32::from(round_up)
    }
    #[cfg(not(target_arch = "x86_64"))]
    {
        x.round_ties_even()
    }
}

fn quantize_u8_scalar(values: &[f32], qmin: f32, factor: f32, out: &mut [MaybeUninit<u8>]) {
    debug_assert_eq!(values.len(), out.len());
    for (quantized, &d) in out.iter_mut().zip(values) {
        quantized.write(round_ties_even_fixed((d - qmin) * factor) as u8);
    }
}

fn quantize_u16_scalar(values: &[f32], qmin: f32, factor: f32, out: &mut [MaybeUninit<u16>]) {
    debug_assert_eq!(values.len(), out.len());
    for (quantized, &d) in out.iter_mut().zip(values) {
        quantized.write(round_ties_even_fixed((d - qmin) * factor) as u16);
    }
}

#[cfg(target_arch = "x86_64")]
mod x86 {
    use std::arch::x86_64::*;
    use std::mem::MaybeUninit;

    use super::{quantize_u8_scalar, quantize_u16_scalar};

    pub(super) fn min_max_avx512_dispatch(values: &[f32]) -> (f32, f32) {
        // SAFETY: only selected when AVX-512F was detected.
        unsafe { min_max_avx512(values) }
    }

    #[target_feature(enable = "avx512f")]
    unsafe fn min_max_avx512(values: &[f32]) -> (f32, f32) {
        // Two accumulators per direction break the lanewise min/max latency
        // chain; they are reduced once at the end.
        let mut min0 = _mm512_set1_ps(f32::INFINITY);
        let mut min1 = min0;
        let mut max0 = _mm512_set1_ps(f32::NEG_INFINITY);
        let mut max1 = max0;
        let mut chunks = values.chunks_exact(32);
        for chunk in &mut chunks {
            // SAFETY: the chunk holds 32 consecutive floats.
            let (v0, v1) = unsafe {
                (
                    _mm512_loadu_ps(chunk.as_ptr()),
                    _mm512_loadu_ps(chunk.as_ptr().add(16)),
                )
            };
            min0 = _mm512_min_ps(min0, v0);
            max0 = _mm512_max_ps(max0, v0);
            min1 = _mm512_min_ps(min1, v1);
            max1 = _mm512_max_ps(max1, v1);
        }
        let mut min = _mm512_reduce_min_ps(_mm512_min_ps(min0, min1));
        let mut max = _mm512_reduce_max_ps(_mm512_max_ps(max0, max1));
        for &v in chunks.remainder() {
            min = if v < min { v } else { min };
            max = if v > max { v } else { max };
        }
        (min, max)
    }

    pub(super) fn min_max_avx2_dispatch(values: &[f32]) -> (f32, f32) {
        // SAFETY: only selected when AVX2 was detected.
        unsafe { min_max_avx2(values) }
    }

    #[target_feature(enable = "avx2")]
    unsafe fn min_max_avx2(values: &[f32]) -> (f32, f32) {
        let mut min0 = _mm256_set1_ps(f32::INFINITY);
        let mut min1 = min0;
        let mut max0 = _mm256_set1_ps(f32::NEG_INFINITY);
        let mut max1 = max0;
        let mut chunks = values.chunks_exact(16);
        for chunk in &mut chunks {
            // SAFETY: the chunk holds 16 consecutive floats.
            let (v0, v1) = unsafe {
                (
                    _mm256_loadu_ps(chunk.as_ptr()),
                    _mm256_loadu_ps(chunk.as_ptr().add(8)),
                )
            };
            min0 = _mm256_min_ps(min0, v0);
            max0 = _mm256_max_ps(max0, v0);
            min1 = _mm256_min_ps(min1, v1);
            max1 = _mm256_max_ps(max1, v1);
        }
        let mut min = reduce_min_avx2(_mm256_min_ps(min0, min1));
        let mut max = reduce_max_avx2(_mm256_max_ps(max0, max1));
        for &v in chunks.remainder() {
            min = if v < min { v } else { min };
            max = if v > max { v } else { max };
        }
        (min, max)
    }

    #[inline]
    #[target_feature(enable = "avx2")]
    fn reduce_min_avx2(v: __m256) -> f32 {
        let halves = _mm_min_ps(_mm256_castps256_ps128(v), _mm256_extractf128_ps::<1>(v));
        let pairs = _mm_min_ps(halves, _mm_movehl_ps(halves, halves));
        let single = _mm_min_ss(pairs, _mm_shuffle_ps::<0b01>(pairs, pairs));
        _mm_cvtss_f32(single)
    }

    #[inline]
    #[target_feature(enable = "avx2")]
    fn reduce_max_avx2(v: __m256) -> f32 {
        let halves = _mm_max_ps(_mm256_castps256_ps128(v), _mm256_extractf128_ps::<1>(v));
        let pairs = _mm_max_ps(halves, _mm_movehl_ps(halves, halves));
        let single = _mm_max_ss(pairs, _mm_shuffle_ps::<0b01>(pairs, pairs));
        _mm_cvtss_f32(single)
    }

    /// Load 16 floats and affine-quantize them into `i32` lanes, rounding to
    /// nearest-even with static rounding (`_MM_FROUND_TO_NEAREST_INT`) so the
    /// result does not depend on the dynamic MXCSR rounding mode and matches
    /// the scalar [`super::round_ties_even_fixed`].
    #[inline]
    #[target_feature(enable = "avx512f")]
    unsafe fn quantize16_epi32(src: *const f32, min: __m512, factor: __m512) -> __m512i {
        // SAFETY: the caller guarantees 16 floats are readable at `src`.
        let v = unsafe { _mm512_loadu_ps(src) };
        let scaled = _mm512_mul_ps(_mm512_sub_ps(v, min), factor);
        _mm512_cvt_roundps_epi32::<{ _MM_FROUND_TO_NEAREST_INT | _MM_FROUND_NO_EXC }>(scaled)
    }

    pub(super) fn quantize_u8_avx512_dispatch(
        values: &[f32],
        qmin: f32,
        factor: f32,
        out: &mut [MaybeUninit<u8>],
    ) {
        // SAFETY: only selected when AVX-512F was detected.
        unsafe { quantize_u8_avx512(values, qmin, factor, out) }
    }

    #[target_feature(enable = "avx512f")]
    unsafe fn quantize_u8_avx512(
        values: &[f32],
        qmin: f32,
        factor: f32,
        out: &mut [MaybeUninit<u8>],
    ) {
        debug_assert_eq!(values.len(), out.len());
        let min = _mm512_set1_ps(qmin);
        let factor_v = _mm512_set1_ps(factor);
        let full = values.len() - values.len() % 16;
        let src = values.as_ptr();
        let dst = out.as_mut_ptr().cast::<u8>();
        for i in (0..full).step_by(16) {
            // SAFETY: `i + 16 <= values.len() == out.len()`.
            unsafe {
                let q = quantize16_epi32(src.add(i), min, factor_v);
                // Unsigned-saturating i32 -> u8 narrow: lanes are in
                // [0, 255] plus float epsilon, which saturation clips.
                _mm_storeu_si128(dst.add(i).cast(), _mm512_cvtusepi32_epi8(q));
            }
        }
        quantize_u8_scalar(&values[full..], qmin, factor, &mut out[full..]);
    }

    pub(super) fn quantize_u16_avx512_dispatch(
        values: &[f32],
        qmin: f32,
        factor: f32,
        out: &mut [MaybeUninit<u16>],
    ) {
        // SAFETY: only selected when AVX-512F was detected.
        unsafe { quantize_u16_avx512(values, qmin, factor, out) }
    }

    #[target_feature(enable = "avx512f")]
    unsafe fn quantize_u16_avx512(
        values: &[f32],
        qmin: f32,
        factor: f32,
        out: &mut [MaybeUninit<u16>],
    ) {
        debug_assert_eq!(values.len(), out.len());
        let min = _mm512_set1_ps(qmin);
        let factor_v = _mm512_set1_ps(factor);
        let full = values.len() - values.len() % 16;
        let src = values.as_ptr();
        let dst = out.as_mut_ptr().cast::<u16>();
        for i in (0..full).step_by(16) {
            // SAFETY: `i + 16 <= values.len() == out.len()`.
            unsafe {
                let q = quantize16_epi32(src.add(i), min, factor_v);
                _mm256_storeu_si256(dst.add(i).cast(), _mm512_cvtusepi32_epi16(q));
            }
        }
        quantize_u16_scalar(&values[full..], qmin, factor, &mut out[full..]);
    }

    /// Load 8 floats and affine-quantize them into `i32` lanes. AVX2 has no
    /// embedded-rounding convert, so round to nearest-even explicitly with
    /// `_mm256_round_ps` (which ignores MXCSR); the subsequent convert then
    /// sees an integral value, so its dynamic rounding mode cannot change the
    /// result, keeping it bit-identical to the scalar
    /// [`super::round_ties_even_fixed`].
    #[inline]
    #[target_feature(enable = "avx2")]
    unsafe fn quantize8_epi32(src: *const f32, min: __m256, factor: __m256) -> __m256i {
        // SAFETY: the caller guarantees 8 floats are readable at `src`.
        let v = unsafe { _mm256_loadu_ps(src) };
        let scaled = _mm256_mul_ps(_mm256_sub_ps(v, min), factor);
        let rounded = _mm256_round_ps::<{ _MM_FROUND_TO_NEAREST_INT | _MM_FROUND_NO_EXC }>(scaled);
        _mm256_cvtps_epi32(rounded)
    }

    pub(super) fn quantize_u8_avx2_dispatch(
        values: &[f32],
        qmin: f32,
        factor: f32,
        out: &mut [MaybeUninit<u8>],
    ) {
        // SAFETY: only selected when AVX2 was detected.
        unsafe { quantize_u8_avx2(values, qmin, factor, out) }
    }

    #[target_feature(enable = "avx2")]
    unsafe fn quantize_u8_avx2(
        values: &[f32],
        qmin: f32,
        factor: f32,
        out: &mut [MaybeUninit<u8>],
    ) {
        debug_assert_eq!(values.len(), out.len());
        let min = _mm256_set1_ps(qmin);
        let factor_v = _mm256_set1_ps(factor);
        // The 32->16 and 16->8 packs interleave the two 128-bit lanes; this
        // permutation of 32-bit groups restores natural order.
        let restore = _mm256_setr_epi32(0, 4, 1, 5, 2, 6, 3, 7);
        let full = values.len() - values.len() % 32;
        let src = values.as_ptr();
        let dst = out.as_mut_ptr().cast::<u8>();
        for i in (0..full).step_by(32) {
            // SAFETY: `i + 32 <= values.len() == out.len()`.
            unsafe {
                let q0 = quantize8_epi32(src.add(i), min, factor_v);
                let q1 = quantize8_epi32(src.add(i + 8), min, factor_v);
                let q2 = quantize8_epi32(src.add(i + 16), min, factor_v);
                let q3 = quantize8_epi32(src.add(i + 24), min, factor_v);
                // Unsigned-saturating i32 -> u16 -> u8 narrows: lanes are in
                // [0, 255] plus float epsilon, which saturation clips.
                let lo = _mm256_packus_epi32(q0, q1);
                let hi = _mm256_packus_epi32(q2, q3);
                let bytes = _mm256_permutevar8x32_epi32(_mm256_packus_epi16(lo, hi), restore);
                _mm256_storeu_si256(dst.add(i).cast(), bytes);
            }
        }
        quantize_u8_scalar(&values[full..], qmin, factor, &mut out[full..]);
    }

    pub(super) fn quantize_u16_avx2_dispatch(
        values: &[f32],
        qmin: f32,
        factor: f32,
        out: &mut [MaybeUninit<u16>],
    ) {
        // SAFETY: only selected when AVX2 was detected.
        unsafe { quantize_u16_avx2(values, qmin, factor, out) }
    }

    #[target_feature(enable = "avx2")]
    unsafe fn quantize_u16_avx2(
        values: &[f32],
        qmin: f32,
        factor: f32,
        out: &mut [MaybeUninit<u16>],
    ) {
        debug_assert_eq!(values.len(), out.len());
        let min = _mm256_set1_ps(qmin);
        let factor_v = _mm256_set1_ps(factor);
        let full = values.len() - values.len() % 16;
        let src = values.as_ptr();
        let dst = out.as_mut_ptr().cast::<u16>();
        for i in (0..full).step_by(16) {
            // SAFETY: `i + 16 <= values.len() == out.len()`.
            unsafe {
                let q0 = quantize8_epi32(src.add(i), min, factor_v);
                let q1 = quantize8_epi32(src.add(i + 8), min, factor_v);
                // The pack interleaves the 128-bit lanes as
                // [q0_lo, q1_lo, q0_hi, q1_hi]; the 64-bit-lane permute
                // restores [q0_lo, q0_hi, q1_lo, q1_hi].
                let packed = _mm256_packus_epi32(q0, q1);
                let words = _mm256_permute4x64_epi64::<0b11_01_10_00>(packed);
                _mm256_storeu_si256(dst.add(i).cast(), words);
            }
        }
        quantize_u16_scalar(&values[full..], qmin, factor, &mut out[full..]);
    }
}

#[cfg(test)]
mod tests {
    use super::*;
    use rand::rngs::SmallRng;
    use rand::{Rng, SeedableRng};
    use rstest::rstest;

    /// Straightforward scalar reference implementing the documented
    /// semantics: `total_cmp` min/max plus nearest-even rounding.
    fn reference_min_max(values: &[f32]) -> (f32, f32) {
        let min = values
            .iter()
            .cloned()
            .min_by(|a, b| a.total_cmp(b))
            .unwrap();
        let max = values
            .iter()
            .cloned()
            .max_by(|a, b| a.total_cmp(b))
            .unwrap();
        (min, max)
    }

    fn reference_u8(values: &[f32]) -> (DistTableDequant, Vec<u8>) {
        let (qmin, qmax) = reference_min_max(values);
        if dequant_overflows(values.len(), qmin, qmax) {
            return (DistTableDequant::Exact, vec![0; values.len()]);
        }
        let factor = u8::MAX as f32 / (qmax - qmin);
        if !factor.is_finite() {
            return (
                DistTableDequant::Affine { qmin, qmax },
                vec![0; values.len()],
            );
        }
        let quantized = values
            .iter()
            .map(|&d| ((d - qmin) * factor).round_ties_even() as u8)
            .collect();
        (DistTableDequant::Affine { qmin, qmax }, quantized)
    }

    fn reference_u16(values: &[f32]) -> (DistTableDequant, Vec<u16>) {
        let (qmin, qmax) = reference_min_max(values);
        if dequant_overflows(values.len(), qmin, qmax) {
            return (DistTableDequant::Exact, vec![0; values.len()]);
        }
        let factor = u16::MAX as f32 / (qmax - qmin);
        if !factor.is_finite() {
            return (
                DistTableDequant::Affine { qmin, qmax },
                vec![0; values.len()],
            );
        }
        let quantized = values
            .iter()
            .map(|&d| ((d - qmin) * factor).round_ties_even() as u16)
            .collect();
        (DistTableDequant::Affine { qmin, qmax }, quantized)
    }

    fn available_kernels() -> Vec<(&'static str, MinMaxFn, QuantizeU8Fn, QuantizeU16Fn)> {
        // `mut` is only exercised on x86_64 where extra kernels may be pushed.
        #[allow(unused_mut)]
        let mut kernels = vec![(
            "scalar",
            min_max_fold as MinMaxFn,
            quantize_u8_scalar as QuantizeU8Fn,
            quantize_u16_scalar as QuantizeU16Fn,
        )];
        #[cfg(target_arch = "x86_64")]
        {
            if std::arch::is_x86_feature_detected!("avx2") {
                kernels.push((
                    "avx2",
                    x86::min_max_avx2_dispatch,
                    x86::quantize_u8_avx2_dispatch,
                    x86::quantize_u16_avx2_dispatch,
                ));
            }
            if std::arch::is_x86_feature_detected!("avx512f") {
                kernels.push((
                    "avx512",
                    x86::min_max_avx512_dispatch,
                    x86::quantize_u8_avx512_dispatch,
                    x86::quantize_u16_avx512_dispatch,
                ));
            }
        }
        kernels
    }

    /// Every available kernel must agree bit-exactly with the reference on
    /// the given input.
    fn check_against_reference(values: &[f32]) {
        let (expected_dequant_u8, expected_u8) = reference_u8(values);
        let (expected_dequant_u16, expected_u16) = reference_u16(values);
        let (expected_min, expected_max) = reference_min_max(values);

        for (name, min_max_fn, quantize_u8_fn, quantize_u16_fn) in available_kernels() {
            let (qmin, qmax) = min_max_fn(values);
            assert_eq!(
                (qmin, qmax),
                (expected_min, expected_max),
                "kernel={name} len={}",
                values.len()
            );

            // The quantize kernels are only invoked on the populated path, so
            // mirror that guard before exercising them directly.
            let overflows = dequant_overflows(values.len(), qmin, qmax);
            let factor_u8 = u8::MAX as f32 / (qmax - qmin);
            if !overflows && factor_u8.is_finite() {
                let mut out_u8 = Vec::with_capacity(values.len());
                quantize_u8_fn(
                    values,
                    qmin,
                    factor_u8,
                    &mut out_u8.spare_capacity_mut()[..values.len()],
                );
                // SAFETY: the kernel initialized every element.
                unsafe { out_u8.set_len(values.len()) };
                assert_eq!(out_u8, expected_u8, "kernel={name} len={}", values.len());
            }

            let factor_u16 = u16::MAX as f32 / (qmax - qmin);
            if !overflows && factor_u16.is_finite() {
                let mut out_u16 = Vec::with_capacity(values.len());
                quantize_u16_fn(
                    values,
                    qmin,
                    factor_u16,
                    &mut out_u16.spare_capacity_mut()[..values.len()],
                );
                // SAFETY: the kernel initialized every element.
                unsafe { out_u16.set_len(values.len()) };
                assert_eq!(out_u16, expected_u16, "kernel={name} len={}", values.len());
            }
        }

        // The public entry points exercise the dispatched kernels, the
        // dequantization classification, and the scratch-buffer handling.
        let mut out_u8 = Vec::new();
        assert_eq!(
            quantize_dist_table_into(values, &mut out_u8),
            expected_dequant_u8,
            "len={}",
            values.len()
        );
        assert_eq!(out_u8, expected_u8, "len={}", values.len());
        let mut out_u16 = Vec::new();
        assert_eq!(
            quantize_dist_table_u16_into(values, &mut out_u16),
            expected_dequant_u16,
            "len={}",
            values.len()
        );
        assert_eq!(out_u16, expected_u16, "len={}", values.len());
    }

    #[rstest]
    fn test_quantize_matches_reference(
        #[values(1, 2, 15, 16, 17, 31, 32, 33, 63, 64, 100, 6144, 6160)] len: usize,
        #[values(1.0, 1e-3, 1e4)] scale: f32,
    ) {
        let mut rng = SmallRng::seed_from_u64(42 + len as u64);
        let values = (0..len)
            .map(|_| rng.random_range(-scale..scale))
            .collect::<Vec<_>>();
        check_against_reference(&values);
    }

    /// Integer tables with range 510 (resp. 131070) make `factor` exactly
    /// 0.5, so odd values land on exact .5 ties; all kernels must round them
    /// to even and agree with each other.
    #[test]
    fn test_exact_half_ties_round_to_even() {
        let values = (0..=510).map(|v| v as f32).collect::<Vec<_>>();
        check_against_reference(&values);
        let mut quantized = Vec::new();
        assert_eq!(
            quantize_dist_table_into(&values, &mut quantized),
            DistTableDequant::Affine {
                qmin: 0.0,
                qmax: 510.0
            }
        );
        // Spot-check nearest-even: 0.5 -> 0, 1.5 -> 2, 127.5 -> 128,
        // 254.5 -> 254.
        assert_eq!(&quantized[..6], &[0, 0, 1, 2, 2, 2]);
        assert_eq!(quantized[255], 128);
        assert_eq!(quantized[509], 254);
        assert_eq!(quantized[510], 255);

        // Integers up to 131070 are exactly representable in f32.
        let values = (0..=510).map(|v| (v * 257) as f32).collect::<Vec<_>>();
        check_against_reference(&values);
        let mut quantized = Vec::new();
        assert_eq!(
            quantize_dist_table_u16_into(&values, &mut quantized),
            DistTableDequant::Affine {
                qmin: 0.0,
                qmax: 131070.0
            }
        );
        // value * 0.5 = 128.5 -> 128, 385.5 -> 386 under nearest-even.
        assert_eq!(&quantized[..4], &[0, 128, 257, 386]);
        assert_eq!(quantized[510], u16::MAX);
    }

    #[test]
    fn test_negative_and_mixed_sign_values() {
        let mut rng = SmallRng::seed_from_u64(7);
        let values = (0..1000)
            .map(|_| rng.random_range(-100.0f32..-1.0))
            .collect::<Vec<_>>();
        check_against_reference(&values);
        let values = (0..999)
            .map(|i| (i as f32 - 499.5) * 0.75)
            .collect::<Vec<_>>();
        check_against_reference(&values);
    }

    #[rstest]
    fn test_all_equal_input_zeroes_table(#[values(0.0, -7.25, 3.5)] value: f32) {
        let values = vec![value; 100];
        check_against_reference(&values);
        // Zero range: a zeroed LUT plus the finite affine map (every sum maps
        // to `num_tables * value`).
        let expected = DistTableDequant::Affine {
            qmin: value,
            qmax: value,
        };
        let mut quantized = vec![1u8; 5];
        assert_eq!(quantize_dist_table_into(&values, &mut quantized), expected);
        assert_eq!(quantized, vec![0; 100]);
        let mut quantized = vec![1u16; 5];
        assert_eq!(
            quantize_dist_table_u16_into(&values, &mut quantized),
            expected
        );
        assert_eq!(quantized, vec![0; 100]);
    }

    /// A finite sub-resolution range zeroes the LUT but still dequantizes
    /// with the finite affine map (`Affine`), whereas a range whose
    /// `num_tables`-scaled reconstruction overflows must signal `Exact` so the
    /// caller computes exact distances instead of `0 * inf = NaN`.
    #[test]
    fn test_degenerate_range_classification() {
        // factor = 255 / 1e-38 overflows to +inf, but the reconstruction
        // (num_tables * {0, 1e-38}) stays finite -> Affine, zeroed LUT.
        let mut tiny_range = vec![0.0f32; 32];
        tiny_range[1] = 1e-38;
        // num_tables * (2e38 - (-2e38)) overflows f32 -> Exact.
        let mut huge_range = vec![0.0f32; 32];
        huge_range[0] = -2e38;
        huge_range[1] = 2e38;
        // factor = 65535 / 1e-35 overflows only in the u16 variant; the u8
        // variant still quantizes normally.
        let mut u16_only = vec![0.0f32; 32];
        u16_only[1] = 1e-35;

        for values in [&tiny_range, &huge_range, &u16_only] {
            check_against_reference(values);
        }
        let mut quantized_u8 = Vec::new();
        assert_eq!(
            quantize_dist_table_into(&tiny_range, &mut quantized_u8),
            DistTableDequant::Affine {
                qmin: 0.0,
                qmax: 1e-38
            }
        );
        assert_eq!(quantized_u8, vec![0; 32]);
        assert_eq!(
            quantize_dist_table_into(&huge_range, &mut quantized_u8),
            DistTableDequant::Exact
        );
        assert_eq!(quantized_u8, vec![0; 32]);
        let mut quantized_u16 = Vec::new();
        assert_eq!(
            quantize_dist_table_u16_into(&u16_only, &mut quantized_u16),
            DistTableDequant::Affine {
                qmin: 0.0,
                qmax: 1e-35
            }
        );
        assert_eq!(quantized_u16, vec![0; 32]);
        assert_eq!(
            quantize_dist_table_into(&u16_only, &mut quantized_u8),
            DistTableDequant::Affine {
                qmin: 0.0,
                qmax: 1e-35
            }
        );
        assert_eq!(quantized_u8[1], u8::MAX);
    }

    /// `-0.0 == 0.0` must keep taking the zero-range path (zeroed LUT,
    /// `Affine`) even though SIMD min/max may pick either sign for the
    /// extremes.
    #[test]
    fn test_signed_zero_mix_zeroes_table() {
        let mut values = vec![0.0f32; 64];
        values.iter_mut().step_by(2).for_each(|v| *v = -0.0);
        let mut quantized = Vec::new();
        match quantize_dist_table_into(&values, &mut quantized) {
            DistTableDequant::Affine { qmin, qmax } => assert_eq!(qmin, qmax),
            other => panic!("expected Affine, got {other:?}"),
        }
        assert_eq!(quantized, vec![0; 64]);
    }

    /// Every quantizer — scalar, AVX2, AVX-512, including the SIMD kernels'
    /// scalar tails — must round with fixed nearest-even, independent of the
    /// dynamic MXCSR rounding mode. Run each with MXCSR forced to
    /// round-toward-zero and require it still matches the nearest-even
    /// reference (computed under the default mode). `factor == 0.5` puts odd
    /// integers on exact .5 ties, where truncation (1.5 -> 1) and nearest-even
    /// (1.5 -> 2) disagree, so a path that honored MXCSR would fail. The
    /// length (511) is deliberately not a multiple of the SIMD step so the
    /// kernels' scalar tails are exercised too.
    #[cfg(target_arch = "x86_64")]
    #[test]
    #[allow(deprecated)] // _mm_getcsr/_mm_setcsr: no stable non-asm replacement.
    fn test_quantize_rounding_ignores_mxcsr() {
        use std::arch::x86_64::{_MM_ROUND_MASK, _MM_ROUND_TOWARD_ZERO, _mm_getcsr, _mm_setcsr};

        let values = (0..=510).map(|v| v as f32).collect::<Vec<_>>();
        // Computed under the default (nearest-even) rounding mode.
        let (_, expected_u8) = reference_u8(&values);
        let (_, expected_u16) = reference_u16(&values);
        let factor_u8 = u8::MAX as f32 / 510.0;
        let factor_u16 = u16::MAX as f32 / 510.0;

        for (name, _, quantize_u8_fn, quantize_u16_fn) in available_kernels() {
            let mut out_u8 = Vec::with_capacity(values.len());
            let mut out_u16 = Vec::with_capacity(values.len());
            // SAFETY: SSE is baseline on x86_64. MXCSR is restored before any
            // assertion so a failure cannot leak the truncating mode.
            let saved = unsafe { _mm_getcsr() };
            unsafe {
                _mm_setcsr((saved & !_MM_ROUND_MASK) | _MM_ROUND_TOWARD_ZERO);
                quantize_u8_fn(
                    &values,
                    0.0,
                    factor_u8,
                    &mut out_u8.spare_capacity_mut()[..values.len()],
                );
                quantize_u16_fn(
                    &values,
                    0.0,
                    factor_u16,
                    &mut out_u16.spare_capacity_mut()[..values.len()],
                );
                _mm_setcsr(saved);
                out_u8.set_len(values.len());
                out_u16.set_len(values.len());
            }
            assert_eq!(out_u8, expected_u8, "kernel={name} under truncating MXCSR");
            assert_eq!(
                out_u16, expected_u16,
                "kernel={name} under truncating MXCSR"
            );
        }
    }

    /// The scratch buffer must be fully overwritten across reuses with
    /// different lengths.
    #[test]
    fn test_scratch_buffer_reuse() {
        let mut rng = SmallRng::seed_from_u64(11);
        let mut scratch_u8 = vec![7u8; 500];
        let mut scratch_u16 = vec![7u16; 500];
        for len in [48, 512, 16] {
            let values = (0..len)
                .map(|_| rng.random_range(-1.0f32..1.0))
                .collect::<Vec<_>>();
            quantize_dist_table_into(&values, &mut scratch_u8);
            assert_eq!(scratch_u8, reference_u8(&values).1);
            quantize_dist_table_u16_into(&values, &mut scratch_u16);
            assert_eq!(scratch_u16, reference_u16(&values).1);
        }
    }
}