[PATCH] D105526: opencl-c.h: CL3.0 generic address space
Anastasia Stulova via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jul 7 05:51:46 PDT 2021
Anastasia added inline comments.
================
Comment at: clang/lib/Headers/opencl-c.h:7341
half8 __ovld fract(half8 x, __private half8 *iptr);
half16 __ovld fract(half16 x, __private half16 *iptr);
----------------
This one is not generic address space pointer though but I think this bit is part of an `#else` block? If you could just re-upload as a full diff, this will make it less confusing to review: https://llvm.org/docs/Phabricator.html#requesting-a-review-via-the-web-interface
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D105526/new/
https://reviews.llvm.org/D105526
More information about the cfe-commits
mailing list