[clang] Mechanically port bulk of x86 builtins to TableGen (PR #120831)

Phoebe Wang via cfe-commits cfe-commits at lists.llvm.org
Sat Dec 21 19:33:09 PST 2024


phoebewang wrote:

> A long way from an expert on OpenCL, but it seems to not even have the concept of `long long`, and `long` is defined as a 64-bit type (and just optional for embedded stuff)?
> 
> https://registry.khronos.org/OpenCL/sdk/3.0/docs/man/html/scalarDataTypes.html

Thanks for the confirmation! Does OpenCL supports Windows? IIRC, long is 32-bit on Windows.

https://github.com/llvm/llvm-project/pull/120831


More information about the cfe-commits mailing list