Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SWIFT
SWIFTsim
Commits
52029aba
Commit
52029aba
authored
Nov 30, 2016
by
James Willis
Browse files
Vectorised versions of DOSELF1 using intrinsics.
parent
9611927b
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
src/runner_doiact_vec.c
0 → 100644
View file @
52029aba
This diff is collapsed.
Click to expand it.
src/runner_doiact_vec.h
0 → 100644
View file @
52029aba
/*******************************************************************************
* This file is part of SWIFT.
* Copyright (c) 2016 James Willis (james.s.willis@durham.ac.uk)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
******************************************************************************/
#ifndef SWIFT_RUNNER_VEC_H
#define SWIFT_RUNNER_VEC_H
/* Config parameters. */
#include
"../config.h"
/* Local headers */
#include
"vector.h"
#include
"part.h"
#include
"cell.h"
#include
"runner.h"
#include
"hydro.h"
#include
"timers.h"
#include
"engine.h"
/* Function prototypes. */
void
runner_doself1_density_vec
(
struct
runner
*
r
,
struct
cell
*
restrict
c
);
void
runner_doself1_density_vec_2
(
struct
runner
*
r
,
struct
cell
*
restrict
c
);
#endif
/* SWIFT_RUNNER_VEC_H */
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment