Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
guzba committed Jul 26, 2024
1 parent e1f8415 commit 90fb8cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nimsimd/bmi2.nim
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{.pushheader: "immintrin.h".}
{.push header: "immintrin.h".}

func bzhi_u32*(a: uint32, index: uint32): uint32 {.importc: "_bzhi_u32".}
func bzhi_u64*(a: uint64, index: uint32): uint64 {.importc: "_bzhi_u64".}
Expand Down

0 comments on commit 90fb8cd

Please sign in to comment.