mirror of
https://github.com/aicodix/code.git
synced 2026-04-27 14:30:36 +00:00
changed back to int
This commit is contained in:
parent
ba688ab23b
commit
55bd3302d8
1 changed files with 2 additions and 2 deletions
|
|
@ -105,7 +105,7 @@ template <int WIDTH>
|
|||
struct PolarHelper<SIMD<int8_t, WIDTH>>
|
||||
{
|
||||
typedef SIMD<int8_t, WIDTH> TYPE;
|
||||
typedef int32_t PATH;
|
||||
typedef int PATH;
|
||||
typedef SIMD<uint8_t, WIDTH> MAP;
|
||||
static TYPE one()
|
||||
{
|
||||
|
|
@ -156,7 +156,7 @@ struct PolarHelper<SIMD<int8_t, WIDTH>>
|
|||
template <>
|
||||
struct PolarHelper<int8_t>
|
||||
{
|
||||
typedef int32_t PATH;
|
||||
typedef int PATH;
|
||||
static int8_t one()
|
||||
{
|
||||
return 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue