|
|
|
|
|
by dalke
2073 days ago
|
|
It looks like that @avx macro just tells Julia that it's okay to use the AVX instructions? My specific question is, how do I tell Julia that I want to compute the popcount of the intersection of two byte strings of length 256 bytes? A reference C code is at http://www.dalkescientific.com/writings/diary/archive/2020/1... in byte_intersect_256() and threshold_bin_tanimoto_search(); my blog posts shows the important parts - I link to the full definition for the C code. |
|
Julia uses avx instructions by default if your code is amenable to it.