annotate build/linux/amd64/atlas/atlas_dsysinfo.h @ 227:61d3990482e6

fast-math seems unwise when we have rather precise regression tests to run. Also remove unintended debug-mode
author Chris Cannam <c.cannam@qmul.ac.uk>
date Tue, 21 May 2019 13:18:08 +0100
parents ddea89113517
children
rev   line source
c@64 1 #ifndef ATL_DSYSINFO_H
c@64 2 #define ATL_DSYSINFO_H
c@64 3
c@64 4 #define ATL_MULADD
c@64 5 #define ATL_L1elts 4096
c@64 6 #define ATL_fplat 12
c@64 7 #define ATL_lbnreg 16
c@64 8 #define ATL_mmnreg 18
c@64 9 #define ATL_nkflop 2159859
c@64 10
c@64 11 #endif