mmserv

Minimum Mean Square Error detection on RISC-V Vector Extention
git clone https://git.ea.contact/mmserv
Log | Files | Refs | README

commit 925cbd30525e39af40697446154ee081c8f74f19
parent 70e540b099b6280fa4ccd5dd11ea0b7457e21601
Author: Egor Achkasov <eaachkasov@edu.hse.ru>
Date:   Fri, 25 Oct 2024 14:00:26 +0200

Initial integer solution

Diffstat:
Minc/mmserv.h | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/inc/mmserv.h b/inc/mmserv.h @@ -11,8 +11,8 @@ * Typedefs */ -typedef float data_t; -typedef double acc_t; +typedef int16_t data_t; +typedef int32_t acc_t; typedef struct { acc_t re;