SWDEV-1 - Remove unused intrinsic declaration

The uses have moved to using the proper __builtin_amdgcn_ds_swizzle.

Change-Id: I82159ebf41fb91ac6a9d07b33311e569dce5e754
Tento commit je obsažen v:
Matt Arsenault
2022-12-23 09:52:08 -05:00
rodič e97dcfbe48
revize 91b851fad7
-3
Zobrazit soubor
@@ -35,7 +35,4 @@ THE SOFTWARE.
__device__
unsigned __llvm_amdgcn_groupstaticsize() __asm("llvm.amdgcn.groupstaticsize");
__device__
int __llvm_amdgcn_ds_swizzle(int index, int pattern) __asm("llvm.amdgcn.ds.swizzle");
#endif