]> gcc.gnu.org Git - gcc.git/commit
nvptx: Make default '-misa=sm_30' explicit
authorThomas Schwinge <thomas@codesourcery.com>
Sat, 11 Jun 2022 10:28:36 +0000 (12:28 +0200)
committerThomas Schwinge <thomas@codesourcery.com>
Mon, 26 Sep 2022 14:00:38 +0000 (16:00 +0200)
commit108b99b6c45ed8fbad6776539a639244b63191f5
treeea929fa90d73a3152af709c96f806948eb1dbe38
parent84072a2615ec1f5f35e994128a6dc22af5bf1322
nvptx: Make default '-misa=sm_30' explicit

... primarily in preparation for later changes.

gcc/
* config.gcc (with_arch) [nvptx]: Set to 'sm_30'.
* config/nvptx/nvptx.cc (nvptx_option_override): Assert that
'-misa' appeared.
* config/nvptx/nvptx.h (OPTION_DEFAULT_SPECS): Define.
* config/nvptx/nvptx.opt (misa=): Remove 'Init'.
gcc/config.gcc
gcc/config/nvptx/nvptx.cc
gcc/config/nvptx/nvptx.h
gcc/config/nvptx/nvptx.opt
This page took 0.059663 seconds and 5 git commands to generate.