xref: /libCEED/rust/libceed-sys/c-src/backends/avx/ceed-avx.h (revision c8a555312a5c51c13b0a524d101ec938ad17e6be)
13d8e8822SJeremy L Thompson // Copyright (c) 2017-2022, Lawrence Livermore National Security, LLC and other CEED contributors.
23d8e8822SJeremy L Thompson // All Rights Reserved. See the top-level LICENSE and NOTICE files for details.
348fffa06Sjeremylt //
43d8e8822SJeremy L Thompson // SPDX-License-Identifier: BSD-2-Clause
548fffa06Sjeremylt //
63d8e8822SJeremy L Thompson // This file is part of CEED:  http://github.com/ceed
748fffa06Sjeremylt 
83d576824SJeremy L Thompson #ifndef _ceed_avx_h
93d576824SJeremy L Thompson #define _ceed_avx_h
103d576824SJeremy L Thompson 
1149aac155SJeremy L Thompson #include <ceed.h>
12ec3da8bcSJed Brown #include <ceed/backend.h>
1380a9ef05SNatalie Beams 
14*c8a55531SSebastian Grimberg CEED_INTERN int CeedTensorContractCreate_Avx(CeedBasis basis, CeedTensorContract contract);
153d576824SJeremy L Thompson 
163d576824SJeremy L Thompson #endif  // _ceed_avx_h
17