intel / llvm-test-suite

Other
20 stars 131 forks source link

[SYCL] Fix undefined behaviour in vector printf specifier #1684

Open frasercrmck opened 1 year ago

frasercrmck commented 1 year ago

The use of %v vector specifiers requires a length modifier as per OpenCL specification.