File: target-xehpc-x32.ll

package info (click to toggle)
ispc 1.26.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 95,356 kB
  • sloc: cpp: 55,778; python: 6,681; yacc: 3,074; lex: 1,095; ansic: 714; sh: 283; makefile: 16
file content (11 lines) | stat: -rw-r--r-- 267 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
;;  Copyright (c) 2022-2023, Intel Corporation
;;
;;  SPDX-License-Identifier: BSD-3-Clause

define(`WIDTH',`32')
define(`WIDTH_X2',`64')
define(`WIDTH_X4',`128')
define(`XE_SUFFIX',`CONCAT(`v32', XE_TYPE($1))')
define(`BITCAST_WIDTH',`i32')

include(`target-xe.ll')