mirror of
https://github.com/aicodix/modem.git
synced 2026-04-27 14:30:34 +00:00
use int8_t for a larger list
This commit is contained in:
parent
41795780cb
commit
91ba106dc6
1 changed files with 1 additions and 1 deletions
|
|
@ -160,7 +160,7 @@ void base37_decoder(char *str, long long int val, int len)
|
|||
template <typename value, typename cmplx, int rate>
|
||||
struct Decoder
|
||||
{
|
||||
typedef float code_type;
|
||||
typedef int8_t code_type;
|
||||
#ifdef __AVX2__
|
||||
typedef SIMD<code_type, 32 / sizeof(code_type)> mesg_type;
|
||||
#else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue