#include <stm/config.h>
#include <stdint.h>
Go to the source code of this file.
#define FILTER_ALLOC |
( |
|
x | ) |
malloc((x)) |
Copyright (C) 2011 University of Rochester Department of Computer Science and Lehigh University Department of Computer Science and Engineering
License: Modified BSD Please see the file LICENSE.RSTM for licensing information This file implements a simple bit filter datatype, with SSE2 optimizations. The type is templated by size, but has only been tested at a size of 1024 bits.
uintptr_t word_filter[WORD_BLOCKS] |