Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
arbor
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Analyze
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
arbor-sim
arbor
Commits
f3be6dff
Commit
f3be6dff
authored
7 years ago
by
Sam Yates
Committed by
Ben Cumming
7 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Fix broken namespace renaming in SIMD (#453)
parent
2dff9c41
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
src/simd/approx.hpp
+2
-0
2 additions, 0 deletions
src/simd/approx.hpp
src/simd/avx.hpp
+1
-1
1 addition, 1 deletion
src/simd/avx.hpp
src/simd/native.hpp
+2
-0
2 additions, 0 deletions
src/simd/native.hpp
with
5 additions
and
1 deletion
src/simd/approx.hpp
+
2
−
0
View file @
f3be6dff
...
...
@@ -13,6 +13,7 @@
// detail concerning the approximations.
namespace
arb
{
namespace
simd
{
namespace
simd_detail
{
// Exponential:
...
...
@@ -81,4 +82,5 @@ constexpr double Q3log = 4.52279145837532221105e1;
constexpr
double
Q4log
=
1.12873587189167450590e1
;
}
// namespace simd_detail
}
// namespace simd
}
// namespace arb
This diff is collapsed.
Click to expand it.
src/simd/avx.hpp
+
1
−
1
View file @
f3be6dff
...
...
@@ -12,7 +12,7 @@
#include
<simd/implbase.hpp>
namespace
arb
{
namespace
sim
simd
{
namespace
simd
{
namespace
simd_detail
{
struct
avx_int4
;
...
...
This diff is collapsed.
Click to expand it.
src/simd/native.hpp
+
2
−
0
View file @
f3be6dff
...
...
@@ -33,11 +33,13 @@ struct native {
#define ARB_DEF_NATIVE_SIMD_(T, N, A)\
namespace arb {\
namespace simd {\
namespace simd_abi {\
template <> struct native<T, N> {\
using type = typename A<T, N>::type;\
};\
}\
}\
}
...
...
This diff is collapsed.
Click to expand it.
Preview
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!
Save comment
Cancel
Please
register
or
sign in
to comment