• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /* Optimized slide_hash for PowerPC processors with VMX instructions
2  * Copyright (C) 2017-2021 Mika T. Lindqvist <postmaster@raasu.org>
3  * For conditions of distribution and use, see copyright notice in zlib.h
4  */
5 #ifdef PPC_VMX_SLIDEHASH
6 
7 #define SLIDE_PPC slide_hash_vmx
8 #include "slide_ppc_tpl.h"
9 
10 #endif /* PPC_VMX_SLIDEHASH */
11