1 /* Optimized slide_hash for POWER processors
2  * Copyright (C) 2019-2020 IBM Corporation
3  * Author: Matheus Castanho <[email protected]>
4  * For conditions of distribution and use, see copyright notice in zlib.h
5  */
6 
7 #ifdef POWER8_VSX_SLIDEHASH
8 
9 #define SLIDE_PPC slide_hash_power8
10 #include "slide_ppc_tpl.h"
11 
12 #endif /* POWER8_VSX_SLIDEHASH */
13