* mongoosev/include/mongoose-v.h: Added cache constants.
	* mongoosev/vectorisrs/vectorisrs.c: More tinkering to improve
	performance.
This commit is contained in:
Joel Sherrill
2002-03-01 16:25:00 +00:00
parent 5fa68868ae
commit 3a78c2a4d7

View File

@@ -352,4 +352,9 @@
#define SR_IMASKSHIFT 8
#define MONGOOSEV_IC_SIZE 0x1000 /* instruction cache = 4Kbytes */
#define MONGOOSEV_DC_SIZE 0x800 /* data cache 2Kbytes */
#endif