From 16e5e2ae646f875b60272775286b93c30249d3f5 Mon Sep 17 00:00:00 2001 From: Konstantinos Margaritis Date: Wed, 27 Oct 2021 12:31:04 +0300 Subject: [PATCH] nits --- src/nfa/arm/shufti.hpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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