We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9e44ba commit 74e2dadCopy full SHA for 74e2dad
visa/HWCaps.inc
@@ -415,6 +415,11 @@
415
return getGenxPlatform() == GENX_SKL ||
416
getOption(vISA_replaceIndirectCallWithJmpi);
417
}
418
+
419
+ bool canEncodeFullExtDesc() const
420
+ {
421
+ return getGenxPlatform() >= GENX_TGLLP;
422
+ }
423
bool no64bitType() const
424
{
425
return getGenxPlatform() == GENX_ICLLP || isGen12LP();
@@ -548,11 +553,6 @@
548
553
return false;
549
554
550
555
551
- bool canEncodeFullExtDesc() const
552
- {
- return false;
- }
-
556
bool useAccForDF() const
557
558
0 commit comments