Mercurial > hg > qm-vamp-plugins
annotate build/linux/amd64/atlas/atlas_zNCmm.h @ 240:d746e115d5a1
Update following subrepo merge
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Wed, 05 Jun 2019 12:57:27 +0100 |
parents | ddea89113517 |
children |
rev | line source |
---|---|
c@64 | 1 #ifndef ZMM_H |
c@64 | 2 #define ZMM_H |
c@64 | 3 |
c@64 | 4 #define ATL_mmMULADD |
c@64 | 5 #define ATL_mmLAT 1 |
c@64 | 6 #define ATL_mmMU 12 |
c@64 | 7 #define ATL_mmNU 1 |
c@64 | 8 #define ATL_mmKU 48 |
c@64 | 9 #define MB 36 |
c@64 | 10 #define NB 36 |
c@64 | 11 #define KB 36 |
c@64 | 12 #define NBNB 1296 |
c@64 | 13 #define MBNB 1296 |
c@64 | 14 #define MBKB 1296 |
c@64 | 15 #define NBKB 1296 |
c@64 | 16 #define NB2 72 |
c@64 | 17 #define NBNB2 2592 |
c@64 | 18 |
c@64 | 19 #define ATL_MulByNB(N_) ((N_) * 36) |
c@64 | 20 #define ATL_DivByNB(N_) ((N_) / 36) |
c@64 | 21 #define ATL_MulByNBNB(N_) ((N_) * 1296) |
c@64 | 22 |
c@64 | 23 #endif |