What does Intel IPP status 21 (ippStsCpuMismatch) mean?

 
Could be also:
ConstantTypeOS
ERROR_NOT_READYWin32 errorWindows
KERN_RIGHT_EXISTSKern returnMac
EISDIRerrnoAny
LAST_CHANCE_CALLED_FROM_KMODEBugCheck CodeWindows
Previous Next
ippStsNonIntelCpu ippStsNoIppFunctionFound

ippStsCpuMismatch

This status is tied to manual CPU-dispatch control. It indicates a mismatch between the requested processor-specific implementation and the CPU features available to the process.

It is different from an algorithm error: the primitive may be valid, but the application forced a dispatch layer that cannot run on the host.

Diagnostic focus

  • Check calls that override automatic dispatch or set CPU features manually.
  • Verify CPUID exposure inside containers and virtual machines.
  • Compare the requested feature mask with ippGetCpuFeatures and ippGetEnabledCpuFeatures output.

IPP CPU feature functions · Intel IPP CPU dispatching


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