Arcane
v3.14.10.0
Documentation utilisateur
Chargement...
Recherche...
Aucune correspondance
ArrayUtils.h
1
// -*- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature -*-
2
//-----------------------------------------------------------------------------
3
// Copyright 2000-2024 CEA (www.cea.fr) IFPEN (www.ifpenergiesnouvelles.com)
4
// See the top-level COPYRIGHT file for details.
5
// SPDX-License-Identifier: Apache-2.0
6
//-----------------------------------------------------------------------------
7
/*---------------------------------------------------------------------------*/
8
/* ArrayUtils.h (C) 2000-2024 */
9
/* */
10
/* Fonctions utilitaires sur les tableaux et les vues. */
11
/*---------------------------------------------------------------------------*/
12
#ifndef ARCANE_UTILS_ARRAYUTILS_H
13
#define ARCANE_UTILS_ARRAYUTILS_H
14
/*---------------------------------------------------------------------------*/
15
/*---------------------------------------------------------------------------*/
16
17
#include "arccore/base/ArrayView.h"
18
#include "arccore/base/Span.h"
19
20
/*---------------------------------------------------------------------------*/
21
/*---------------------------------------------------------------------------*/
22
23
namespace
Arcane::ArrayUtils
24
{
25
26
/*---------------------------------------------------------------------------*/
27
/*---------------------------------------------------------------------------*/
28
/*!
29
* \brief Vérifie le padding pour la vectorisation.
30
*/
31
extern
"C++"
ARCANE_UTILS_EXPORT
void
32
checkSimdPadding(ConstArrayView<Int32> ids);
33
34
/*---------------------------------------------------------------------------*/
35
/*---------------------------------------------------------------------------*/
36
37
}
// namespace Arcane::ArrayUtils
38
39
/*---------------------------------------------------------------------------*/
40
/*---------------------------------------------------------------------------*/
41
42
#endif
arcane
utils
ArrayUtils.h
Généré le Lundi 18 Novembre 2024 02:56:53 pour Arcane par
1.9.8