mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-11-17 01:41:51 +03:00
noodle: behave like our other literal matchers
Noodle now supports supplementary masks.
This commit is contained in:
@@ -89,11 +89,6 @@ bool isNoodleable(const vector<hwlmLiteral> &lits,
|
||||
return false;
|
||||
}
|
||||
|
||||
if (!lits.front().msk.empty()) {
|
||||
DEBUG_PRINTF("noodle can't handle supplementary masks\n");
|
||||
return false;
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user