xref: /netbsd-src/external/gpl3/gcc/dist/gcc/config/nvptx/nvptx-sm.def (revision b1e838363e3c6fc78a55519254d99869742dd33c)
1/* Copyright (C) 2022 Free Software Foundation, Inc.
2
3   This file is part of GCC.
4
5   GCC is free software; you can redistribute it and/or modify it
6   under the terms of the GNU General Public License as published
7   by the Free Software Foundation; either version 3, or (at your
8   option) any later version.
9
10   GCC is distributed in the hope that it will be useful, but WITHOUT
11   ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
12   or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public
13   License for more details.
14
15   You should have received a copy of the GNU General Public License
16   along with GCC; see the file COPYING3.  If not see
17   <http://www.gnu.org/licenses/>.  */
18
19#ifndef NVPTX_SM_SEP
20#define NVPTX_SM_SEP
21#endif
22
23NVPTX_SM (30, NVPTX_SM_SEP)
24NVPTX_SM (35, NVPTX_SM_SEP)
25NVPTX_SM (53, NVPTX_SM_SEP)
26NVPTX_SM (70, NVPTX_SM_SEP)
27NVPTX_SM (75, NVPTX_SM_SEP)
28NVPTX_SM (80,)
29
30#undef NVPTX_SM_SEP
31