You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
printing union almost works and it looks like it might work with a small change.
union { uchar16 chr; uint4 ui ;} si;
(oclgrind) p si
si = (raw) 0x09D1E689A2FC3078F03B8B657B669AC4
(oclgrind) p si.chr
si.chr = (9,D1,E6,89,A2,FC,30,78,F0,3B,8B,65,7B,66,9A,C4)
(oclgrind) p si.ui
s17_cl: /usr/lib/llvm-6.0/include/llvm/IR/DerivedTypes.h:315: llvm::Type* llvm::StructType::getElementType(unsigned int) const: Assertion `N < NumContainedTys && "Element number out of range!"' failed.
Aborted (core dumped)
The text was updated successfully, but these errors were encountered:
Hello,
printing union almost works and it looks like it might work with a small change.
union { uchar16 chr; uint4 ui ;} si;
The text was updated successfully, but these errors were encountered: