xref: /linux-6.12.1/tools/testing/selftests/powerpc/math/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 # SPDX-License-Identifier: GPL-2.0
2 TEST_GEN_PROGS := fpu_syscall fpu_preempt fpu_signal fpu_denormal vmx_syscall vmx_preempt vmx_signal vsx_preempt mma
3 
4 top_srcdir = ../../../../..
5 include ../../lib.mk
6 include ../flags.mk
7 
8 $(TEST_GEN_PROGS): ../harness.c
9 $(TEST_GEN_PROGS): CFLAGS += -O2 -g -pthread -m64 -maltivec
10 
11 $(OUTPUT)/fpu_syscall: fpu_asm.S
12 $(OUTPUT)/fpu_preempt: fpu_asm.S
13 $(OUTPUT)/fpu_signal:  fpu_asm.S
14 
15 $(OUTPUT)/vmx_syscall: vmx_asm.S ../utils.c
16 $(OUTPUT)/vmx_preempt: vmx_asm.S ../utils.c
17 $(OUTPUT)/vmx_signal: vmx_asm.S ../utils.c
18 
19 $(OUTPUT)/vsx_preempt: CFLAGS += -mvsx
20 $(OUTPUT)/vsx_preempt: vsx_asm.S ../utils.c
21 
22 $(OUTPUT)/mma: mma.c mma.S ../utils.c
23 

served by {OpenGrok

Last Index Update: Wed Jul 09 21:07:11 UTC 2025

Scopes Window
x
Intelligence window
x
Next >> | << Prev


In current file
  • Highlight
  • Unhighlight
  • Unhighlight all
In project "undefined"
  • Search for definitions of
  • Search for references of
  • Do a full search with
  • Search for file names that contain
On Google
  • Google
Messages Window
x
Navigate Window
x

Macro

  • TEST_GEN_PROGS
  • top_srcdir