What does Intel IPP status 50 (ippStsUnknownFeature) mean?

 
Could be also:
ConstantTypeOS
ERROR_NOT_SUPPORTEDWin32 errorWindows
KERN_CODESIGN_ERRORKern returnMac
ENOCSIerrnoLinux
ENETDOWNerrnoMac
EBADEerrnoSolaris
PHASE1_INITIALIZATION_FAILEDBugCheck CodeWindows
Previous Next
ippStsFeatureNotSupported ippStsFeaturesCombination

ippStsUnknownFeature

This warning indicates a bad or version-mismatched feature identifier. The feature selection API understood that a feature mask was supplied, but at least one bit or selector is not known to the linked IPP runtime.

It often points to headers newer than the runtime library, stale constants, or an application-defined mask that was not normalized before calling IPP.

Diagnostic focus

  • Check header and runtime library versions together.
  • Print the unknown feature mask in hexadecimal and decoded symbolic form.
  • Handle this separately from unsupported-known features, which use ippStsFeatureNotSupported.

IPP CPU feature functions · Intel IPP Error Reporting


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