fix SVE2 build after the changes

This commit is contained in:
Konstantinos Margaritis
2021-11-25 18:48:24 +02:00
parent 2ce799c229
commit cc1a8dd47e
4 changed files with 114 additions and 15 deletions

View File

@@ -39,7 +39,7 @@
#ifdef HAVE_SVE2
#include "vermicelli_sve.h"
#endif
#else
#ifdef __cplusplus
extern "C" {
@@ -97,4 +97,6 @@ const u8 *vermicelliDoubleMaskedExec(char c1, char c2, char m1, char m2, const u
}
#endif
#endif /* VERMICELLI_HPP */
#endif
#endif /* VERMICELLI_HPP */