heavy tweaking

This commit is contained in:
Martin Reinecke 2018-10-26 10:34:02 +02:00
parent 2affc388ad
commit f30d99cb2f
8 changed files with 2370 additions and 237 deletions

View file

@ -46,12 +46,6 @@
#endif
#if (VLEN==1)
#define VLEN_s 1
#else
#define VLEN_s (2*VLEN)
#endif
#ifndef USE_FMA4
#ifdef __FMA4__
#define USE_FMA4 1