[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:25:40 PDT 2022
craig.topper added inline comments.
================
Comment at: clang/docs/LanguageExtensions.rst:607
+ 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
T __builtin_elementwise_floor(T x) return the largest integral value less than or equal to x floating point types
----------------
hypotenuse*
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