Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Docker-in-Docker (DinD) capabilities of public runners deactivated.
More info
Open sidebar
GRASLAND Hadrien
Fast5x5
Commits
d895a050
Commit
d895a050
authored
May 04, 2018
by
GRASLAND Hadrien
Browse files
Use xsimd fallback to work with 'exotic' SIMD vectors
parent
a6db0b06
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
0 deletions
+6
-0
test/unit_inverse.cpp
test/unit_inverse.cpp
+2
-0
test/unit_matrix.cpp
test/unit_matrix.cpp
+2
-0
test/unit_operator.cpp
test/unit_operator.cpp
+2
-0
No files found.
test/unit_inverse.cpp
View file @
d895a050
// Unitary tests for inversion
#define XSIMD_ENABLE_FALLBACK 1
#include <array>
#include <gtest/gtest.h>
#include <gtest/gtest-spi.h>
...
...
test/unit_matrix.cpp
View file @
d895a050
// Unitary tests for BaseMatrix class
#define XSIMD_ENABLE_FALLBACK 1
#include <array>
#include <gtest/gtest.h>
...
...
test/unit_operator.cpp
View file @
d895a050
// Unitary tests for arithmetics operators
#define XSIMD_ENABLE_FALLBACK 1
#include <array>
#include <gtest/gtest.h>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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