[libc-commits] [PATCH] D155597: [libc][memfunctions] Explicit error when platform in not supported
Joseph Huber via Phabricator via libc-commits
libc-commits at lists.llvm.org
Wed Jul 19 07:07:49 PDT 2023
jhuber6 added a subscriber: arsenm.
jhuber6 added a comment.
In D155597#4513903 <https://reviews.llvm.org/D155597#4513903>, @gchatelet wrote:
> Thx for checking the patch!
> @jhuber6 any chance you can add the `libc` tag to the bot? That would be helpful.
>
> Also I'd be happy to add GPU specific implementations but I'm not too familiar with the specifics of these architectures. Let me know if you already have optimized versions on your side and I can try to integrate them.
According to @arsenm, for the GPU these should just map to intrinsics, but I don't have a good view of the benefits of having something impolemented in source, vs leaving it to the backend.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D155597/new/
https://reviews.llvm.org/D155597
More information about the libc-commits
mailing list