xref: /libCEED/rust/libceed-sys/c-src/backends/avx/ceed-avx.h (revision 5aed82e4fa97acf4ba24a7f10a35f5303a6798e0)
1*5aed82e4SJeremy L Thompson // Copyright (c) 2017-2024, 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 
894b7b29bSJeremy L Thompson #ifndef CEED_AVX_H
994b7b29bSJeremy L Thompson #define CEED_AVX_H
103d576824SJeremy L Thompson 
1149aac155SJeremy L Thompson #include <ceed.h>
12ec3da8bcSJed Brown #include <ceed/backend.h>
1380a9ef05SNatalie Beams 
14a71faab1SSebastian Grimberg CEED_INTERN int CeedTensorContractCreate_Avx(CeedTensorContract contract);
153d576824SJeremy L Thompson 
1694b7b29bSJeremy L Thompson #endif  // CEED_AVX_H
17