mirror of
https://github.com/intel/llvm.git
synced 2026-01-13 11:02:04 +08:00
Summary: This check is unnecessarily restrictive and currently incorrectly fires for any size less than eight bytes. Just remove it, we do sanity checks elsewhere and at some point need to trust the ABI.
4 lines
88 B
C++
4 lines
88 B
C++
#include <gpuintrin.h>
|
|
|
|
extern "C" __gpu_kernel void byte(unsigned char c) { (void)c; }
|