[PATCH] D135011: Add builtin_elementwise_sin and builtin_elementwise_cos
Craig Topper via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Oct 4 22:27:39 PDT 2022
craig.topper added inline comments.
================
Comment at: clang/docs/LanguageExtensions.rst:606
T __builtin_elementwise_ceil(T x) return the smallest integral value greater than or equal to x floating point types
+ T __builtin_elementwise_cos(T x) return the ratio of the adjacent side length over the floating point types
+ hypoteneuse side length, given the angle x in radians
----------------
This list doesn't appear to be in an overall alphabetical order. It looks more like its grouped by similarity. add_sat/sub_sat are together for example.
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