Skip to content

Commit

Permalink
Update SIMDe to 0.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
rvaser committed Aug 29, 2023
1 parent eb5cda2 commit 8ee3a1b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ if (spoa_use_simde OR
FetchContent_Declare(
simde
GIT_REPOSITORY https://github.com/simd-everywhere/simde
GIT_TAG v0.7.0)
GIT_TAG v0.7.6)

FetchContent_GetProperties(simde)
if (NOT simde_POPULATED)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Spoa (SIMD POA) is a c++ implementation of the partial order alignment (POA) alg
#### Hidden

- \[optional\] USCiLab/cereal 1.3.0
- \[optional\] simd-everywhere/simde 0.7.0
- \[optional\] simd-everywhere/simde 0.7.6
- \[optional\] google/cpu_features 0.6.0
- (spoa_exe)(spoa_test) rvaser/bioparser 3.1.0
- (spoa_exe)(spoa_test) rvaser/biosoup 0.11.0
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ if (get_option('simde') or
get_option('simde_openmp') or
get_option('dispatch'))
# simde
spoa_simde_dep = dependency('simde', version : '>= 0.7.0', fallback : ['simde', 'simde_dep'])
spoa_simde_dep = dependency('simde', version : '>= 0.7.6', fallback : ['simde', 'simde_dep'])

add_project_arguments('-DSIMDE_ENABLE_NATIVE_ALIASES', language : ['c', 'cpp'])
spoa_lib_flags += '-DSPOA_USE_SIMDE'
Expand Down
8 changes: 4 additions & 4 deletions subprojects/simde.wrap
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[wrap-file]
directory = simde-0.7.0
directory = simde-0.7.6

source_url = https://github.com/simd-everywhere/simde/archive/refs/tags/v0.7.0.zip
source_filename = simde-0.7.0.zip
source_hash = 201e7781853902f668b9073fe58cb56d9f9df8b3a8933a80fe7b3c65711ed1ef
source_url = https://github.com/simd-everywhere/simde/archive/refs/tags/v0.7.6.zip
source_filename = simde-0.7.6.zip
source_hash = ed05e7d6f94c7c1c4ee6aa60f829c3a943a046f45061a3d291c63bbd4f89e5bb

[provide]
simde = simde_dep

0 comments on commit 8ee3a1b

Please sign in to comment.