Skip to content

Commit de7ba2d

Browse files
author
eivanov89
committed
Properly init pointer when no avx2
commit_hash:9c39c2ba0ff9c555e6f5da0bbe3d8be5a04d6654
1 parent 8a5f497 commit de7ba2d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

library/cpp/dot_product/dot_product.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ namespace NDotProductImpl {
3737
DotProductI32Impl = &DotProductSse;
3838
DotProductFloatImpl = &DotProductSse;
3939
DotProductDoubleImpl = &DotProductSse;
40+
TriWayDotProductImpl = &TriWayDotProductSse;
4041
#endif
4142
}
4243
return 0;

0 commit comments

Comments
 (0)