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 25cbf42 commit 139a3a7Copy full SHA for 139a3a7
clang/lib/Headers/cm/include/cm/cm_has_instr.h
@@ -182,6 +182,9 @@ namespace CheckVersion {
182
#else
183
#define CM_HAS_STOCHASTIC_ROUNDING_CONTROL CM_HAS_CONTROL(false)
184
#endif
185
+#if (CM_GENX <= 1280)
186
+ #define CM_HAS_LSC_LOAD_L1RI_L3CA_HINT 1
187
+#endif
188
189
#else // CM_HAS_CONTROL
190
CM_STATIC_ERROR(0, "Redeclaration of CM_HAS_CONTROL! It's used for control version of features!");
0 commit comments