summaryrefslogtreecommitdiffstats
path: root/library/cpp/dot_product/dot_product_vnni.h
blob: 7949c28cd373e294025a8b61c2425b91d9e5ba74 (plain) (blame)
1
2
3
4
5
6
7
8
9
#pragma once

#include <util/system/types.h>
#include <util/system/compiler.h>

#include <stddef.h>

Y_PURE_FUNCTION
i32 DotProductVnni(const i8* lhs, const i8* rhs, size_t length) noexcept;