File: target-xelp-x8.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-- 263 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
;;  Copyright (c) 2019-2023, Intel Corporation
;;
;;  SPDX-License-Identifier: BSD-3-Clause

define(`WIDTH',`8')
define(`WIDTH_X2',`16')
define(`WIDTH_X4',`32')
define(`XE_SUFFIX',`CONCAT(`v8', XE_TYPE($1))')
define(`BITCAST_WIDTH',`i8')

include(`target-xe.ll')