From abeea9920c11231ed24db00e9f68b4490c12a61b Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Thu, 10 Apr 2025 15:21:55 +0200 Subject: Reworking from AoS to SoA for data handling --- tests/descriptor.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tests/descriptor.cpp') diff --git a/tests/descriptor.cpp b/tests/descriptor.cpp index 5e23ebc..a8337e6 100644 --- a/tests/descriptor.cpp +++ b/tests/descriptor.cpp @@ -19,6 +19,11 @@ void check_opposite_dirs(){ } } +SAW_TEST("Opposites and Dirs D1Q3"){ + using namespace kel; + check_opposite_dirs>(); +} + SAW_TEST("Opposites and Dirs D2Q5"){ using namespace kel; check_opposite_dirs>(); -- cgit v1.2.3