Reinforced Teddy with 1-byte approach, based on "shift-or" and AVX2.

This commit is contained in:
Chang, Harry
2017-01-22 12:23:25 -08:00
committed by Matthew Barr
parent b09e3acd04
commit dbd3f66e87
10 changed files with 1070 additions and 1233 deletions

View File

@@ -26,6 +26,25 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
/* Teddy bytecode layout:
* * |-----|
* * | | struct Teddy
* * |-----|
* * | | teddy masks
* * | |
* * |-----|
* * | | reinforcement mask table
* * | |
* * |-----|
* * | | confirm
* * | |
* * | |
* * |-----|
* * | | flood control
* * | |
* * |-----|
*/
#ifndef TEDDY_INTERNAL_H
#define TEDDY_INTERNAL_H