compat/cuda: correct ushort4 to use ushort

Signed-off-by: Timo Rothenpieler <timo@rothenpieler.org>
This commit is contained in:
Matt Oliver 2021-02-13 02:58:25 +11:00 committed by Timo Rothenpieler
parent b5d95998ff
commit b57037d663
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ typedef struct __device_builtin__ __align__(4) uchar4
typedef struct __device_builtin__ __align__(8) ushort4
{
unsigned char x, y, z, w;
unsigned short x, y, z, w;
} ushort4;
typedef struct __device_builtin__ __align__(16) int4