[PATCH] D135011: Add builtin_elementwise_sin and builtin_elementwise_cos
John McCall via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Oct 3 19:15:17 PDT 2022
rjmccall added a comment.
Ah, I'd forgotten we had a bunch of elementwise builtins already. I wouldn't be surprised if I asked for that in that patch, actually, especially because the existing ones include some functions like `max` and `min` where you could easily imagine them being cross-lane. Nevermind.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D135011/new/
https://reviews.llvm.org/D135011
More information about the cfe-commits
mailing list