|
@@ -7934,6 +7934,12 @@ TEST_F(ExecutionTest, PackUnpackTest) {
|
|
|
}
|
|
|
#endif
|
|
|
|
|
|
+ if (!DoesDeviceSupportNative16bitOps(pDevice)) {
|
|
|
+ WEX::Logging::Log::Comment(L"Device does not support native 16-bit operations.");
|
|
|
+ WEX::Logging::Log::Result(WEX::Logging::TestResults::Skipped);
|
|
|
+ return;
|
|
|
+ }
|
|
|
+
|
|
|
int tableSize = sizeof(PackUnpackOpParameters) / sizeof(TableParameter);
|
|
|
TableParameterHandler handler(PackUnpackOpParameters, tableSize);
|
|
|
|