What does Intel IPP status 20 (ippStsNonIntelCpu) mean?

 
Could be also:
ConstantTypeOS
ERROR_BAD_UNITWin32 errorWindows
KERN_INVALID_CAPABILITYKern returnMac
ENOTDIRerrnoAny
CREATE_DELETE_LOCK_NOT_LOCKEDBugCheck CodeWindows
Previous Next
ippStsDomain ippStsCpuMismatch

ippStsNonIntelCpu

This is a runtime platform warning. It is about processor identification and dispatch policy, not about the function arguments supplied to a primitive.

For modern builds, record the IPP version and actual dispatch result instead of assuming that the primitive failed. Some applications treat platform warnings as informational while still accepting output data if the called function completed.

Diagnostic focus

  • Capture CPU vendor, feature mask, IPP version, and dispatched library layer.
  • Avoid using this warning as a proxy for correctness of numeric results.
  • Check whether the application or build policy intentionally restricts supported CPUs.

Intel IPP Error Reporting · Intel IPP CPU dispatching


Looking for a different code? Search another status or error code.