Skip to content

Try plausibility of C++26 std::simd #74

Description

@stloufra

Description

Investigate whether C++26 std::simd can replace the existing
SIMD implementation.

The main goals are to simplify and maintain the vectorised code while checking
whether performance remains comparable/improves to the current implementation using
direct SIMD.

Tasks

  • Prototype equivalent code using C++26 std::simd.
  • Compare performance with the current direct implementation.
  • Check numerical correctness.
  • Evaluate code complexity and maintainability.

References

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions