Table of Contents

Class Vector512Helper

Namespace
Zyl.ExSpans.Impl
Assembly
ExSpans.dll

Vector512 Helper.

public static class Vector512Helper
Inheritance
Vector512Helper
Inherited Members

Methods

LastIndexOfWhereAllBitsSet<T>(Vector512<T>)

Determines the index of the last element in a vector that has all bits set.

LastIndexOf<T>(Vector512<T>, T)

Determines the index of the last element in a vector that is equal to a given value.