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
Open sidebar
GRASLAND Hadrien
Fast5x5
Commits
055ccbc1
Commit
055ccbc1
authored
Jun 06, 2018
by
GRASLAND Hadrien
Browse files
Prepare for a release
parent
d895a050
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
CMakeLists.txt
CMakeLists.txt
+1
-1
README.md
README.md
+1
-1
No files found.
CMakeLists.txt
View file @
055ccbc1
...
...
@@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 2.8)
project
(
Fast5x5
)
find_package
(
xsimd
4.1.2
REQUIRED
)
find_package
(
xsimd
5.0.0
REQUIRED
)
# We need thread support
find_package
(
Threads REQUIRED
)
...
...
README.md
View file @
055ccbc1
...
...
@@ -11,7 +11,7 @@ A linear algebra library which focus on 5x5 operations.
#### Dependencies
Fast5x5 is a template-based header-only library, relying on xsimd (>=
4.1.2
).
Fast5x5 is a template-based header-only library, relying on xsimd (>=
5.0.0
).
The only usage requirement is to correctly add the xsimd include
directories at the list of directories used by your compiler.
...
...
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