/usr/include/atlas/atlas_zNCmm.h is in libatlas-dev 3.10.2-9.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | #ifndef ZMM_H
#define ZMM_H
#define ATL_mmMULADD
#define ATL_mmLAT 5
#define ATL_mmMU 2
#define ATL_mmNU 4
#define ATL_mmKU 8
#define MB 20
#define NB 20
#define KB 20
#define NBNB 400
#define MBNB 400
#define MBKB 400
#define NBKB 400
#define NB2 40
#define NBNB2 800
#define ATL_MulByNB(N_) ((N_) * 20)
#define ATL_DivByNB(N_) ((N_) / 20)
#define ATL_MulByNBNB(N_) ((N_) * 400)
#endif
|