mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-10-10 00:02:24 +03:00
Convert compile-time code to not require SIMD
This commit is contained in:
@@ -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:
|
||||
@@ -34,8 +34,8 @@
|
||||
|
||||
namespace ue2 {
|
||||
|
||||
void truffleBuildMasks(const CharReach &cr, m128 *mask1, m128 *mask2);
|
||||
CharReach truffle2cr(const m128 lo_in, const m128 hi_in);
|
||||
void truffleBuildMasks(const CharReach &cr, u8 *mask1, u8 *mask2);
|
||||
CharReach truffle2cr(const u8 *lo_in, const u8 *hi_in);
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user