CSQ's article suggest SUB_SLOTS should be 64.

This commit is contained in:
Thomas Preud'homme 2012-03-14 18:41:51 +01:00
parent 65a2ed9357
commit f9aa3b227a
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
#include <commtech.h>
#ifndef BUF_SIZE
#define BUF_SIZE CACHE_LINE_SIZE
#define BUF_SIZE (64 * CACHE_LINE_SIZE)
#endif
#ifndef SLOTS