[PATCH] D135011: Add sin and cos llvm intrinsics
Florian Hahn via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Oct 3 10:28:26 PDT 2022
fhahn added a comment.
Could you update the title to make it clear this adds new Clang builtins, not intrinsics (they are lowered to LLVM intrinsics). The behavior of the new builtins should be specified in `LanguageExtensions.rst` (https://clang.llvm.org/docs/LanguageExtensions.html#vector-builtins)
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