xref: /libCEED/rust/libceed-sys/c-src/backends/avx/ceed-avx.h (revision ec3da8bcb94d9f0073544b37b5081a06981a86f7)
148fffa06Sjeremylt // Copyright (c) 2017-2018, Lawrence Livermore National Security, LLC.
248fffa06Sjeremylt // Produced at the Lawrence Livermore National Laboratory. LLNL-CODE-734707.
348fffa06Sjeremylt // All Rights reserved. See files LICENSE and NOTICE for details.
448fffa06Sjeremylt //
548fffa06Sjeremylt // This file is part of CEED, a collection of benchmarks, miniapps, software
648fffa06Sjeremylt // libraries and APIs for efficient high-order finite element and spectral
748fffa06Sjeremylt // element discretizations for exascale applications. For more information and
848fffa06Sjeremylt // source code availability see http://github.com/ceed.
948fffa06Sjeremylt //
1048fffa06Sjeremylt // The CEED research is supported by the Exascale Computing Project 17-SC-20-SC,
1148fffa06Sjeremylt // a collaborative effort of two U.S. Department of Energy organizations (Office
1248fffa06Sjeremylt // of Science and the National Nuclear Security Administration) responsible for
1348fffa06Sjeremylt // the planning and preparation of a capable exascale ecosystem, including
1448fffa06Sjeremylt // software, applications, hardware, advanced system engineering and early
1548fffa06Sjeremylt // testbed platforms, in support of the nation's exascale computing imperative.
1648fffa06Sjeremylt 
173d576824SJeremy L Thompson #ifndef _ceed_avx_h
183d576824SJeremy L Thompson #define _ceed_avx_h
193d576824SJeremy L Thompson 
20*ec3da8bcSJed Brown #include <ceed/ceed.h>
21*ec3da8bcSJed Brown #include <ceed/backend.h>
22c71e1dcdSjeremylt CEED_INTERN int CeedTensorContractCreate_Avx(CeedBasis basis,
23c71e1dcdSjeremylt     CeedTensorContract contract);
243d576824SJeremy L Thompson 
253d576824SJeremy L Thompson #endif // _ceed_avx_h
26