From 55bd3302d872baab6d7fb4d5b5d1e02892abf9c1 Mon Sep 17 00:00:00 2001 From: Ahmet Inan Date: Fri, 8 Mar 2024 14:27:28 +0100 Subject: [PATCH] changed back to int --- polar_helper.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/polar_helper.hh b/polar_helper.hh index 09539d3..e05c599 100644 --- a/polar_helper.hh +++ b/polar_helper.hh @@ -105,7 +105,7 @@ template struct PolarHelper> { typedef SIMD TYPE; - typedef int32_t PATH; + typedef int PATH; typedef SIMD MAP; static TYPE one() { @@ -156,7 +156,7 @@ struct PolarHelper> template <> struct PolarHelper { - typedef int32_t PATH; + typedef int PATH; static int8_t one() { return 1;