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;