asmjit::CpuFeatures::Data Struct Reference [¶]

CPU features data.
CPU features data.
Returns true if there are no features set.
Returns all features as array of bitwords (see Support::BitWord).
Returns all features as array of bitwords (const).
Returns the number of BitWords returned by bits().
Returns Support::BitVectorIterator, that can be used to iterate over all features efficiently.
Tests whether the feature feature_id
is present.
Tests whether any feature given is present.
This is a variadic function template that can be used with multiple features.
Tests whether all features as defined by other
are present.
Clears all features set.
Adds the given CPU feature_id
to the list of features.
Removes the given CPU feature_id
from the list of features.
Tests whether this CPU features data matches other
.