Add Workaround for PVC

This commit is contained in:
John Machado 2023-03-08 15:59:17 +05:30 committed by GitHub
parent c65a9943cc
commit 8c07b0fb14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -527,6 +527,12 @@ typedef struct _WA_TABLE
WA_BUG_TYPE_PERF,
WA_BUG_PERF_IMPACT_UNKNOWN, WA_COMPONENT_GMM)
WA_DECLARE(
Wa_22016140776,
"[PVC] operation unexpectedly results in NAN",
WA_BUG_TYPE_UNKNOWN,
WA_BUG_PERF_IMPACT_UNKNOWN, WA_COMPONENT_UNKNOWN)
} WA_TABLE, *PWA_TABLE;
//********************************** SKU/WA Macros *************************************