This commit is contained in:
Konstantinos Margaritis 2021-10-27 12:31:04 +03:00
parent 6e5a8353c5
commit 70414574ee

View File

@ -1,7 +1,6 @@
/* /*
* Copyright (c) 2015-2017, Intel Corporation * Copyright (c) 2015-2017, Intel Corporation
* Copyright (c) 2020-2021, VectorCamp PC * Copyright (c) 2020-2021, VectorCamp PC
* Copyright (c) 2021, Arm Limited
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met: * modification, are permitted provided that the following conditions are met:
@ -30,7 +29,6 @@
/** \file /** \file
* \brief Shufti: character class acceleration. * \brief Shufti: character class acceleration.
*
*/ */
template <uint16_t S> template <uint16_t S>
@ -73,4 +71,4 @@ SuperVector<S> blockDoubleMask(SuperVector<S> mask1_lo, SuperVector<S> mask1_hi,
t.print8("t"); t.print8("t");
return !t.eq(SuperVector<S>::Ones()); return !t.eq(SuperVector<S>::Ones());
} }