mirror of
https://github.com/libAthena/athena.git
synced 2025-12-09 21:47:52 +00:00
SIMD updates from zeus
This commit is contained in:
@@ -15,6 +15,8 @@ using namespace std;
|
||||
#include "simd_avx.hpp"
|
||||
#elif __SSE__
|
||||
#include "simd_sse.hpp"
|
||||
#elif __ARM_NEON
|
||||
#include "simd_neon.hpp"
|
||||
#else
|
||||
namespace simd_abi {
|
||||
template <typename T>
|
||||
|
||||
Reference in New Issue
Block a user