bundles / numpy 2.4.3 / numpy / lib / _utils_impl / _opt_info
function
numpy.lib._utils_impl:_opt_info
source: /numpy/lib/_utils_impl.py :692
Signature
def _opt_info ( ) Summary
Returns a string containing the CPU features supported by the current build.
Extended Summary
The format of the string can be explained as follows:
Dispatched features supported by the running machine end with
*.Dispatched features not supported by the running machine end with
?.Remaining features represent the baseline.
Returns:
str: A formatted string indicating the supported CPU features.
Aliases
-
numpy.lib._utils_impl._opt_info