view build/linux/amd64/atlas/atlas_zNCmm.h @ 233:c9c562f37dd7

Update tests and versions for qm-dsp fixes
author Chris Cannam <cannam@all-day-breakfast.com>
date Thu, 30 May 2019 16:22:09 +0100
parents ddea89113517
children
line wrap: on
line source
#ifndef ZMM_H
   #define ZMM_H

   #define ATL_mmMULADD
   #define ATL_mmLAT 1
   #define ATL_mmMU  12
   #define ATL_mmNU  1
   #define ATL_mmKU  48
   #define MB 36
   #define NB 36
   #define KB 36
   #define NBNB 1296
   #define MBNB 1296
   #define MBKB 1296
   #define NBKB 1296
   #define NB2 72
   #define NBNB2 2592

   #define ATL_MulByNB(N_) ((N_) * 36)
   #define ATL_DivByNB(N_) ((N_) / 36)
   #define ATL_MulByNBNB(N_) ((N_) * 1296)

#endif