]> git.ipfire.org Git - thirdparty/vectorscan.git/commitdiff
nits
authorKonstantinos Margaritis <markos@freevec.org>
Wed, 27 Oct 2021 09:31:04 +0000 (12:31 +0300)
committerKonstantinos Margaritis <konstantinos@vectorcamp.gr>
Mon, 1 Nov 2021 16:05:43 +0000 (16:05 +0000)
src/nfa/arm/shufti.hpp

index 76461175689ad3ab52dcd262369c54cf0b0c8bf8..e710fd16a8f96f730f412528c1ce7302475d539c 100644 (file)
@@ -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 <uint16_t S>
@@ -73,4 +71,4 @@ SuperVector<S> blockDoubleMask(SuperVector<S> mask1_lo, SuperVector<S> mask1_hi,
     t.print8("t");
 
     return !t.eq(SuperVector<S>::Ones());
-}
+}
\ No newline at end of file