File: CMakeLists.txt

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 (16 lines) | stat: -rw-r--r-- 492 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#
#  Copyright (c) 2020-2025, Intel Corporation
#
#  SPDX-License-Identifier: BSD-3-Clause

# List the benchmarks
compile_benchmark_test(01_aossoa)
compile_benchmark_test(02_soaaos)
compile_benchmark_test(03_popcnt)
compile_benchmark_test(04_fastdiv)
compile_benchmark_test(05_packed_load_store)
compile_benchmark_test(06_math)
compile_benchmark_test(07_loop_unroll_varying)
compile_benchmark_test(08_masked_load_store)
compile_benchmark_test(09_shuffle)
compile_benchmark_test(10_cttz_ctlz)