slide_hash_vmx.c 313 B

12345678910
  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
  6. #define SLIDE_PPC slide_hash_vmx
  7. #include "slide_ppc_tpl.h"
  8. #endif /* PPC_VMX */