Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: Avoid overflow when viewing large files #517

Closed
wants to merge 1 commit into from

Commits on Nov 1, 2024

  1. Switch checks for USEARCH_USE_SIMSIMD and USEARCH_USE_FP16LIB defines

    ClickHouse compiles Usearch
    - with USEARCH_USE_FP16LIB on all platforms
    - with USEARCH_USE_SIMSIMD on x86 and ARM.
    
    I.e. on x86 and ARM, both defines are set. Previously, the code would do
    the fp32 <--> fp16 conversion using fp16lib but I think it should prefer
    the "homegrown" conversion routines (SimSIMD).
    rschu1ze committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    4eb302d View commit details
    Browse the repository at this point in the history