Skip to content

Support for CPUs which do not have SSE2 extensions? #3118

@strega-nil-ms

Description

@strega-nil-ms

Currently, on x86, we support /arch:IA32, and build our separately compiled sources with SSE2 support disabled. Is this still necessary, or can we allow ourselves to assume SSE2 hardware?

Notes:

  • XP and Vista support has been dropped
  • Windows 7 supported CPUs without SSE2 in its initial release, but dropped support in a 2018 update
  • Windows 8 has never supported CPUs without SSE2
  • SSE2 doesn't work in 32-bit kernels (this is a problem as long as we support Windows 10)

Metadata

Metadata

Assignees

No one assigned

    Labels

    affects redistResults in changes to separately compiled bitsfixedSomething works now, yay!performanceMust go faster

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions