AsmJit
Low-Latency Machine Code Generation
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 featureId
is present.
Tests whether any feature given is present.
Tests whether all features as defined by other
are present.
Clears all features set.
Adds the given CPU featureId
to the list of features.
Removes the given CPU featureId
from the list of features.