This revision was automatically updated to reflect the committed changes.
Closed by commit rG4c82050c5692: Add codegen for llvm exp/exp2 elementwise
builtins (authored by bob80905).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D145270/new/
https://r
fhahn accepted this revision.
fhahn added a comment.
This revision is now accepted and ready to land.
LGTM, thanks!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D145270/new/
https://reviews.llvm.org/D145270
bob80905 updated this revision to Diff 503511.
bob80905 added a comment.
- remove or to eliminate any ambiguity
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D145270/new/
https://reviews.llvm.org/D145270
Files:
clang/docs/LanguageExtensions.rst
fhahn added inline comments.
Comment at: clang/docs/LanguageExtensions.rst:643
+ T __builtin_elementwise_exp(T x)returns the base-e exponential,
or e^x, of the specified value floating point types
+ T __builtin_elementwise_exp2(T x) returns the base-2 exp
erichkeane added inline comments.
Comment at: clang/docs/LanguageExtensions.rst:642
T __builtin_elementwise_log10(T x) return the base 10 logarithm of x
floating point types
+ T __builtin_elementwise_exp(T x)returns the base-
beanz added inline comments.
Comment at: clang/docs/LanguageExtensions.rst:642
T __builtin_elementwise_log10(T x) return the base 10 logarithm of x
floating point types
+ T __builtin_elementwise_exp(T x)returns the base-e exp
erichkeane added a comment.
Patch itself seems fine enough, but I want to give others a chance to poke at
it. The name makes me grumbly, but if there is sufficient 'prior art' here,
I'm ok with it.
Comment at: clang/docs/LanguageExtensions.rst:642
T __builtin_elementwise_l
bob80905 created this revision.
bob80905 added reviewers: python3kgae, beanz, fhahn.
Herald added subscribers: luke, Anastasia, StephenFan, frasercrmck,
luismarques, apazos, sameer.abuasal, s.egerton, Jim, jocewei, PkmX, the_o,
brucehoult, MartinMosbeck, rogfer01, edward-jones, zzheng, jrtc27, ni