Home
last modified time | relevance | path

Searched refs:mcpu (Results 1 – 16 of 16) sorted by relevance

/sysdeps/powerpc/powerpc64/be/fpu/multiarch/
A DMakefile43 CFLAGS-s_ceil-power5+.c = -mcpu=power5+
44 CFLAGS-s_ceilf-power5+.c = -mcpu=power5+
45 CFLAGS-s_floor-power5+.c = -mcpu=power5+
46 CFLAGS-s_floorf-power5+.c = -mcpu=power5+
47 CFLAGS-s_round-power5+.c = -mcpu=power5+
49 CFLAGS-s_trunc-power5+.c = -mcpu=power5+
51 CFLAGS-s_llrint-power8.c += -mcpu=power8
57 CFLAGS-s_modf-power5+.c += -mcpu=power5+
59 CFLAGS-s_logbf-power7.c = -mcpu=power7
60 CFLAGS-s_logbl-power7.c = -mcpu=power7
[all …]
/sysdeps/powerpc/powerpc32/power4/fpu/multiarch/
A DMakefile21 CFLAGS-s_llrintf-ppc32.c += -mcpu=power4
22 CFLAGS-s_llrint-power6.c += -mcpu=power6
23 CFLAGS-s_llrint-ppc32.c += -mcpu=power4
24 CFLAGS-s_lrint-ppc32.c += -mcpu=power4
27 CFLAGS-s_llround-ppc32.c += -mcpu=power4
28 CFLAGS-s_lround-ppc32.c += -mcpu=power4
30 CFLAGS-s_ceil-power5+.c = -mcpu=power5+
32 CFLAGS-s_modf-power5+.c = -mcpu=power5+
34 CFLAGS-s_logbl-power7.c = -mcpu=power7
35 CFLAGS-s_logb-power7.c = -mcpu=power7
[all …]
/sysdeps/unix/sysv/linux/aarch64/
A Dcpu-features.c54 get_midr_from_mcpu (const char *mcpu) in get_midr_from_mcpu() argument
57 if (strcmp (mcpu, cpu_list[i].name) == 0) in get_midr_from_mcpu()
71 const char *mcpu = TUNABLE_GET (glibc, cpu, name, const char *, NULL); in init_cpu_features() local
72 if (mcpu != NULL) in init_cpu_features()
73 midr = get_midr_from_mcpu (mcpu); in init_cpu_features()
/sysdeps/powerpc/powerpc64/le/fpu/multiarch/
A Dconfigure.ac4 CFLAGS="$CFLAGS -mcpu=power10"
5 AC_CACHE_CHECK([if the compiler supports -mcpu=power10],
11 LIBC_CONFIG_VAR([mcpu-power10], [$libc_cv_mcpu_power10])
A Dconfigure4 CFLAGS="$CFLAGS -mcpu=power10"
6 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the compiler supports -mcpu=power10" >&5
7 $as_echo_n "checking if the compiler supports -mcpu=power10... " >&6; }
27 mcpu-power10 = $libc_cv_mcpu_power10"
A DMakefile205 …8-march-routines-p9),$(objpfx)$(f)$(o)): sysdep-CFLAGS += $$(enable-f128-ifunc-CFLAGS) -mcpu=power9
214 ifeq ($(mcpu-power10), yes)
216 CFLAGS-e_log-power10.c += -mcpu=power10
/sysdeps/powerpc/powerpc32/power4/multiarch/
A DMakefile15 CFLAGS-strncase-power7.c += -mcpu=power7 -funroll-loops
16 CFLAGS-strncase_l-power7.c += -mcpu=power7 -funroll-loops
/sysdeps/sparc/sparc32/sparcv9/
A DMakefile1 sysdep-CFLAGS += -mcpu=ultrasparc -Wa,-Av9a -mvis
/sysdeps/powerpc/
A Dpreconfigure.ac28 # .ascii "-mcpu=<machine>"
34 | grep -E "mcpu=|[.]machine" -m 1 \
35 | sed -e "s/.*machine //" -e "s/.*mcpu=\(.*\)\"/\1/"`
A Dpreconfigure28 # .ascii "-mcpu=<machine>"
34 | grep -E "mcpu=|.machine" -m 1 \
35 | sed -e "s/.*machine //" -e "s/.*mcpu=\(.*\)\"/\1/"`
/sysdeps/unix/sysv/linux/sparc/sparc32/
A DMakefile14 CFLAGS-rtld.c += -mcpu=v8
/sysdeps/powerpc/powerpc64/multiarch/
A DMakefile40 CFLAGS-strncase-power7.c += -mcpu=power7 -funroll-loops
41 CFLAGS-strncase_l-power7.c += -mcpu=power7 -funroll-loops
/sysdeps/i386/
A Dconfigure.ac19 # support for building with `-march=i386' or `-mcpu=i386.' We don't explicitly
29 *** Building with -march=i386/-mcpu=i386 is not supported.
A Dconfigure19 # support for building with `-march=i386' or `-mcpu=i386.' We don't explicitly
46 *** Building with -march=i386/-mcpu=i386 is not supported.
/sysdeps/arm/
A Dpreconfigure.ac18 # that you might pass to -mcpu or -mtune
A Dpreconfigure18 # that you might pass to -mcpu or -mtune

Completed in 10 milliseconds