[clang] [Headers] Create stub spirv64intrin.h (PR #131164)

Joseph Huber via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 13 09:25:27 PDT 2025


jhuber6 wrote:

> Clang raises a lot of exciting errors for spirv-- about vulcan environments and I don't really know the distinction between the two - if 32 bit spirv turns out to be a workable thing it should go down the same code path, with `ifdef SPIRV || SPIRV64` and a file rename. I don't know enough about the ecosystem to judge at this point.

Name should be `spirvintrin.h` but if we can't support 32 for now just error in the preprocessor.

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


More information about the cfe-commits mailing list