From: Konstantinos Margaritis Date: Wed, 27 Oct 2021 09:31:04 +0000 (+0300) Subject: nits X-Git-Tag: vectorscan/5.4.6^2~6^2~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=16e5e2ae646f875b60272775286b93c30249d3f5;p=thirdparty%2Fvectorscan.git nits --- diff --git a/src/nfa/arm/shufti.hpp b/src/nfa/arm/shufti.hpp index 76461175..e710fd16 100644 --- a/src/nfa/arm/shufti.hpp +++ b/src/nfa/arm/shufti.hpp @@ -1,7 +1,6 @@ /* * Copyright (c) 2015-2017, Intel Corporation * Copyright (c) 2020-2021, VectorCamp PC - * Copyright (c) 2021, Arm Limited * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -30,7 +29,6 @@ /** \file * \brief Shufti: character class acceleration. - * */ template @@ -73,4 +71,4 @@ SuperVector blockDoubleMask(SuperVector mask1_lo, SuperVector mask1_hi, t.print8("t"); return !t.eq(SuperVector::Ones()); -} +} \ No newline at end of file