Skip to content

Bitwise XOR between float simd vectors #137

Closed
@wrnrlr

Description

@wrnrlr

Hi, I'd like to be able to do the equivalent to flip the sign of a vector:

_mm_xor_ps(v, _mm_set_ps(-0.f, -0.f, -0.f, 0.f))

or is there already a way to do this?

Metadata

Metadata

Assignees

No one assigned

    Labels

    C-feature-requestCategory: a feature request, i.e. not implemented / a PR

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions