jfalcou / eve

Expressive Vector Engine - SIMD in C++ Goes Brrrr
https://jfalcou.github.io/eve/
Boost Software License 1.0
934 stars 56 forks source link

remove self_negate & improve neon unary minus #1958

Closed SadiinsoSnowfall closed 1 week ago

SadiinsoSnowfall commented 1 week ago

Removed self_negate from friends.hpp. Also enabled the neon minus backend, this allows for more optimal code in certain scenarios.