remove vermicelli.h and replace it with vermicelli.hpp

This commit is contained in:
Konstantinos Margaritis
2021-11-02 22:30:53 +02:00
committed by Konstantinos Margaritis
parent 80286f38cb
commit 694e2faf7f
13 changed files with 7 additions and 210 deletions

View File

@@ -26,9 +26,11 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include "vermicelli.h"
#include "vermicelli.hpp"
#define VERM_BOUNDARY 16
#define VERM_TYPE m128
static really_inline
const u8 *find_xverm_run(char c, char nocase, u32 repeat, UNUSED const u8 *buf,
const u8 *buf_start, const u8 *buf_end, char negate) {