annotate build/linux/amd64/atlas/atlas_ssysinfo.h @ 234:4a1abf1f2ac4

Fixes for qm-dsp codestyle-and-tidy branch
author Chris Cannam <cannam@all-day-breakfast.com>
date Mon, 03 Jun 2019 08:23:00 +0100
parents ddea89113517
children
rev   line source
c@64 1 #ifndef ATL_SSYSINFO_H
c@64 2 #define ATL_SSYSINFO_H
c@64 3
c@64 4 #define ATL_MULADD
c@64 5 #define ATL_L1elts 8192
c@64 6 #define ATL_fplat 4
c@64 7 #define ATL_lbnreg 16
c@64 8 #define ATL_mmnreg 18
c@64 9 #define ATL_nkflop 879334
c@64 10
c@64 11 #endif