xref: /libCEED/rust/libceed-sys/c-src/backends/avx/ceed-avx.h (revision c71e1dcdcfce633cdb19fa81aa6735b006eb809d)
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 
1748fffa06Sjeremylt #include <ceed-backend.h>
1848fffa06Sjeremylt #include <string.h>
1948fffa06Sjeremylt 
20*c71e1dcdSjeremylt CEED_INTERN int CeedTensorContractCreate_Avx(CeedBasis basis,
21*c71e1dcdSjeremylt      CeedTensorContract contract);
22