Skip to content

Commit

Permalink
Merge pull request #21 from guzba/ryan
Browse files Browse the repository at this point in the history
1.2.9
  • Loading branch information
guzba authored Feb 19, 2024
2 parents 4b22d29 + 4e8cef0 commit 53fc47d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion nimsimd.nimble
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = "1.2.8"
version = "1.2.9"
author = "Ryan Oldenburg"
description = "Pleasant Nim bindings for SIMD instruction sets."
license = "MIT"
Expand Down
2 changes: 2 additions & 0 deletions src/nimsimd/avx2.nim
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,8 @@ func mm256_permute2x128_si256*(a, b: M256i, imm8: int32 | uint32): M256i {.impor

func mm256_permute4x64_epi64*(a: M256i, imm8: int32 | uint32): M256i {.importc: "_mm256_permute4x64_epi64".}

func mm256_permute4x64_pd*(a: M256d, imm8: int32 | uint32): M256d {.importc: "_mm256_permute4x64_pd".}

func mm256_permutevar8x32_epi32*(a, idx: M256i): M256i {.importc: "_mm256_permutevar8x32_epi32".}

func mm256_permutevar8x32_ps*(a: M256, idx: M256i): M256 {.importc: "_mm256_permutevar8x32_ps".}
Expand Down

0 comments on commit 53fc47d

Please sign in to comment.