mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2026-01-02 14:44:41 +03:00
Adding AVX2 version of truffle
This commit is contained in:
committed by
Matthew Barr
parent
abb5a82057
commit
68f6849687
@@ -26,9 +26,17 @@
|
||||
* POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
/** \file
|
||||
* \brief Truffle: fully general character class acceleration.
|
||||
*
|
||||
* Utilises the SSSE3 pshufb or AVX2 vpshufb shuffle instructions
|
||||
*/
|
||||
|
||||
#ifndef TRUFFLE_H
|
||||
#define TRUFFLE_H
|
||||
|
||||
#include "util/simd_types.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C"
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user