mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-11-19 10:34:25 +03:00
shufticompile: Remove unused mergeShuftiMask
This commit is contained in:
committed by
Matthew Barr
parent
2cd28a5fa4
commit
9ae908fd11
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2015, Intel Corporation
|
||||
* Copyright (c) 2015-2016, Intel Corporation
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
* modification, are permitted provided that the following conditions are met:
|
||||
@@ -54,8 +54,6 @@ void shuftiBuildDoubleMasks(const CharReach &onechar,
|
||||
const flat_set<std::pair<u8, u8>> &twochar,
|
||||
m128 *lo1, m128 *hi1, m128 *lo2, m128 *hi2);
|
||||
|
||||
void mergeShuftiMask(m128 *lo, const m128 lo_in, u32 lo_bits);
|
||||
|
||||
#ifdef DUMP_SUPPORT
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user