Open Issues Need Help
View All on GitHub Game Development • Text-Based Games
Migrate `simd_operations.hpp` from `xsimd` to EVE or `std::simd` (C++20) about 1 month ago
AI Summary: The task involves refactoring a C++ header file (`simd_operations.hpp`) that uses the xsimd library for SIMD operations. The goal is to replace xsimd with either the EVE library or the standard C++ SIMD library (`std::simd`), improving portability and reducing reliance on a third-party library. This includes porting existing functions, updating memory allocation, benchmarking for performance regressions, and ensuring compatibility with the existing codebase.
Complexity:
4/5
enhancement help wanted good first issue