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
Martin Reinecke
ducc
Commits
6a74493d
Commit
6a74493d
authored
Feb 16, 2020
by
Martin Reinecke
Browse files
tweaks
parent
c860e8b7
Changes
4
Hide whitespace changes
Inline
Side-by-side
mr_util/simd.h
View file @
6a74493d
...
...
@@ -53,10 +53,9 @@ namespace mr {
namespace
detail_simd
{
template
<
typename
T
>
constexpr
bool
vectorizable
;
template
<
typename
T
>
constexpr
bool
vectorizable
=
false
;
template
<
>
constexpr
bool
vectorizable
<
float
>
=
true
;
template
<
>
constexpr
bool
vectorizable
<
double
>
=
true
;
template
<
>
constexpr
bool
vectorizable
<
long
double
>
=
false
;
template
<
>
constexpr
bool
vectorizable
<
int8_t
>
=
true
;
template
<
>
constexpr
bool
vectorizable
<
uint8_t
>
=
true
;
template
<
>
constexpr
bool
vectorizable
<
int16_t
>
=
true
;
...
...
pyHealpix/test/test.py
→
pyHealpix/test/test
_pyHealpix
.py
View file @
6a74493d
File moved
pypocketfft/test/test.py
→
pypocketfft/test/test
_pypocketfft
.py
View file @
6a74493d
File moved
pysharp/test/test.py
→
pysharp/test/test
_pysharp
.py
View file @
6a74493d
File moved
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