slide_hash_power8.c 322 B

123456789101112
  1. /* Optimized slide_hash for POWER processors
  2. * Copyright (C) 2019-2020 IBM Corporation
  3. * Author: Matheus Castanho <msc@linux.ibm.com>
  4. * For conditions of distribution and use, see copyright notice in zlib.h
  5. */
  6. #ifdef POWER8_VSX
  7. #define SLIDE_PPC slide_hash_power8
  8. #include "slide_ppc_tpl.h"
  9. #endif /* POWER8_VSX */