CI: Add test workflow

This commit is contained in:
2021-04-08 16:18:20 -04:00
parent a87e8bb39f
commit 666dea48ae
8 changed files with 172 additions and 312 deletions

View File

@@ -18,7 +18,7 @@ using namespace std;
#elif __ARM_NEON
#include "simd_neon.hpp"
#else
namespace simd_abi {
namespace athena::_simd::simd_abi {
template <typename T>
struct athena_native {};
template <>