Skip to content

Make sure we don't miss any other trait methods that people expect to be lanewise instead #257

@programmerjake

Description

@programmerjake

we currently have min/max (#247) and clamp (#253) that are missing from Simd for integers, we should go through all the trait methods for std traits implemented by Simd and Mask and ensure that users get the appropriate lanewise version where expected.

incomplete list (edit as needed):

Integers

  • Ord::min
  • Ord::max
  • Ord::clamp
  • PartialEq::eq
  • PartialEq::ne
    ...

Masks

  • Ord::min
  • Ord::max
  • Ord::clamp
  • PartialEq::eq
  • PartialEq::ne
    ...

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