summaryrefslogtreecommitdiffstats
path: root/contrib/python/pythran/pythran/pythonic/numpy/bitwise_xor/accumulate.hpp
blob: f1c1fb679296cc692505a1d137750e522fc45167 (plain) (blame)
1
2
3
4
5
6
7
#ifndef PYTHONIC_NUMPY_BITWISE_XOR_ACCUMULATE_HPP
#define PYTHONIC_NUMPY_BITWISE_XOR_ACCUMULATE_HPP

#define UFUNC_NAME bitwise_xor
#include "pythonic/numpy/ufunc_accumulate.hpp"

#endif