Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Support older processors by avoiding avx, avx2, bmi2 instructions #31

@slel

Description

@slel

Setting CFLAGS to -mno-avx -mno-avx2 -mno-bmi2
should help the produced binaries work on older processors.

That was done successfully for the macOS app, see

Similar problems were reported with the Sage 9.2 Linux binaries, see e.g.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions