This is a pre-release version (2.5.0.dev0+git20251130.2de293a). Go to latest (2.4.4)
{ } Raw JSON

bundles / numpy 2.5.0.dev0+git20251130.2de293a / numpy / lib / _utils_impl / _opt_info

function

numpy.lib._utils_impl:_opt_info

source: build-install/usr/lib/python3.14/site-packages/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