i386: Disable ix86_expand_vecop_qihi2 when !TARGET_AVX512BW
[official-gcc.git] / gcc / config / default-d.cc
blob139c166252b251bef4b3714595893319662123a5
1 /* Default D language target hooks initializer.
2 Copyright (C) 2017-2024 Free Software Foundation, Inc.
4 GCC is free software; you can redistribute it and/or modify it under
5 the terms of the GNU General Public License as published by the Free
6 Software Foundation; either version 3, or (at your option) any later
7 version.
9 GCC is distributed in the hope that it will be useful, but WITHOUT ANY
10 WARRANTY; without even the implied warranty of MERCHANTABILITY or
11 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
12 for more details.
14 You should have received a copy of the GNU General Public License
15 along with GCC; see the file COPYING3. If not see
16 <http://www.gnu.org/licenses/>. */
18 #include "config.h"
19 #include "system.h"
20 #include "coretypes.h"
21 #include "tm_d.h"
22 #include "d/d-target.h"
23 #include "d/d-target-def.h"
25 /* Do not include tm.h or tm_p.h here; definitions needed by the target
26 architecture to initialize targetdm should instead be added to tm_d.h. */
28 struct gcc_targetdm targetdm = TARGETDM_INITIALIZER;