Avx.DotProduct(Vector256<Single>, Vector256<Single>, Byte) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
__m256 _mm256_dp_ps (__m256 a, __m256 b, const int imm8)
VDPPS ymm, ymm, ymm/m256, imm8
public:
static System::Runtime::Intrinsics::Vector256<float> DotProduct(System::Runtime::Intrinsics::Vector256<float> left, System::Runtime::Intrinsics::Vector256<float> right, System::Byte control);
public static System.Runtime.Intrinsics.Vector256<float> DotProduct (System.Runtime.Intrinsics.Vector256<float> left, System.Runtime.Intrinsics.Vector256<float> right, byte control);
static member DotProduct : System.Runtime.Intrinsics.Vector256<single> * System.Runtime.Intrinsics.Vector256<single> * byte -> System.Runtime.Intrinsics.Vector256<single>
Public Shared Function DotProduct (left As Vector256(Of Single), right As Vector256(Of Single), control As Byte) As Vector256(Of Single)
Parameter
- control
- Byte
Gibt zurück
Gilt für:
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.