Skip to content

FORCE_SSE is always active on i386/amd64 #297

@ra1nb0w

Description

@ra1nb0w

If you use this line, FORCE_SSE is always active and you can't compile direwolf with native cpu flags on i386/amd64 architecture.

The correct way is to set

option(FORCE_SSE "Compile with SSE instruction only" ON)

then, at compile time, you can choose which flags to use or (if all are OFF) to use the auto-discovery feature.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions