blob: a97ba9296c516d774398134ed5571e17d1ecceb0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
  | 
/***************************************************************************
 * Copyright (c) Johan Mabille, Sylvain Corlay, Wolf Vollprecht and         *
 * Martin Renou                                                             *
 * Copyright (c) QuantStack                                                 *
 * Copyright (c) Serge Guelton                                              *
 *                                                                          *
 * Distributed under the terms of the BSD 3-Clause License.                 *
 *                                                                          *
 * The full license is in the file LICENSE, distributed with this software. *
 ****************************************************************************/
#ifndef XSIMD_AVXVNNI_HPP
#define XSIMD_AVXVNNI_HPP
#include <array>
#include <type_traits>
#include "../types/xsimd_avxvnni_register.hpp"
#endif
  |