Skip to content

Fix SSE and NEON compiler autodetection for MSVC #567

@solidpixel

Description

@solidpixel

For library users who do not set the defines to detect the ISA, we try to auto-detect from the compiler. Currently for MSVC this does not work, as we use the __SSE2__ style defines, which MSVC does not set except for AVX2.

This means that for some users (e.g. Godot engine) the builds are falling back to using "None" builds for both x86-64 and Arm64 Windows hosts.

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