Skip to content

Use SSE builds for Python Build Standalone on linux #8499

Open
@konstin

Description

@konstin

Currently, we're using x86_64-unknown-linux-gnu-install_only_stripped build for linux, but there are builds for x86_64-v2, x86_64-v3 and x86_64-v4 that use SSE to speed up Python (https://gregoryszorc.com/docs/python-build-standalone/main/running.html). We should switch to at least x86_64_v2 (SSE4), maybe even x86_64_v3 (AVX2). x86_64_v4 use AVX-512 which is not available on end user machines, only on server xeons.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or improvement to existing functionalityuv pythonRelated to the uv python interface

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions