This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 73c3dacef9a aarch64: Don't classify vector pairs as short vectors [PR103094] new eede2498e61 [nvptx] Add -mptx=7.0 new 308d688bebd nvptx: Add -misa=sm_75 and -misa=sm_80
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gcc/config/nvptx/nvptx-c.c | 6 +++++- gcc/config/nvptx/nvptx-opts.h | 7 +++++-- gcc/config/nvptx/nvptx.c | 10 ++++++++-- gcc/config/nvptx/nvptx.h | 3 +++ gcc/config/nvptx/nvptx.md | 32 ++++++++++++++++++++++++++++++ gcc/config/nvptx/nvptx.opt | 9 +++++++++ gcc/testsuite/gcc.target/nvptx/float16-2.c | 20 +++++++++++++++++++ gcc/testsuite/gcc.target/nvptx/tanh-1.c | 9 +++++++++ 8 files changed, 91 insertions(+), 5 deletions(-) create mode 100644 gcc/testsuite/gcc.target/nvptx/float16-2.c create mode 100644 gcc/testsuite/gcc.target/nvptx/tanh-1.c