Skip to content

Commit

Permalink
Merge pull request #27 from guzba/ryan
Browse files Browse the repository at this point in the history
1.2.12
  • Loading branch information
guzba authored Sep 11, 2024
2 parents 90fb8cd + 2e24d75 commit 391de70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.11"
version = "1.2.12"
author = "Ryan Oldenburg"
description = "Pleasant Nim bindings for SIMD instruction sets."
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/nimsimd/avx.nim
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ func mm256_castps_si256*(a: M256): M256i {.importc: "_mm256_castps_si256".}

func mm256_castps128_ps256*(a: M128): M256 {.importc: "_mm256_castps128_ps256".}

func mm256_castps256_ps128*(a: M256): M256 {.importc: "_mm256_castps256_ps128".}
func mm256_castps256_ps128*(a: M256): M128 {.importc: "_mm256_castps256_ps128".}

func mm256_castsi128_si256*(a: M128i): M256i {.importc: "_mm256_castsi128_si256".}

Expand Down

0 comments on commit 391de70

Please sign in to comment.