Home
last modified time | relevance | path

Searched refs:vlen8 (Results 1 – 10 of 10) sorted by relevance

/glibc-2.36/sysdeps/x86_64/fpu/
DMakefile32 float-vlen4 float-vlen8 float-vlen8-avx2 \
33 double-vlen8 float-vlen16
43 double-vlen8-funcs = $(libmvec-funcs)
45 float-vlen8-funcs = $(libmvec-funcs)
46 float-vlen8-avx2-funcs = $(libmvec-funcs)
51 double-vlen8-arch-ext-cflags = -mavx512f
53 float-vlen8-arch-ext-cflags = -mavx
54 float-vlen8-arch-ext2-cflags = -mavx2
63 CFLAGS-test-float-vlen8-avx2-wrappers.c = $(float-vlen8-arch-ext2-cflags)
81 double-vlen8-arch-ext-cflags = -mavx512f
[all …]
DMakeconfig87 $(addprefix double-vlen8-, $(libmvec-bench-funcs)) \
92 $(addsuffix f, $(addprefix float-vlen8-, $(libmvec-bench-funcs))) \
93 $(addsuffix f, $(addprefix float-vlen8-avx2-, $(libmvec-bench-funcs))) \
141 echo " \$$(double-vlen8-arch-ext-cflags)"; \
147 echo " \$$(float-vlen8-arch-ext-cflags)"; \
150 echo " \$$(float-vlen8-arch-ext2-cflags)"; \
163 echo "CFLAGS-bench-double-vlen8-$$t.c = \\"; \
164 echo " \$$(double-vlen8-arch-ext-cflags)"; \
166 echo "CFLAGS-bench-float-vlen8-$${t}f.c = \\"; \
167 echo " \$$(float-vlen8-arch-ext-cflags)"; \
[all …]
Dtest-double-vlen8.h19 #include_next <test-double-vlen8.h>
Dtest-float-vlen8.h19 #include_next <test-float-vlen8.h>
/glibc-2.36/sysdeps/aarch64/multiarch/
Dmemcpy_a64fx.S39 #define vlen8 x8 macro
175 lsl vlen8, vlen, 3
176 subs n, n, vlen8
179 add src, src, vlen8
180 subs n, n, vlen8
186 add dst, dst, vlen8
187 add src, src, vlen8
188 subs n, n, vlen8
191 add dst, dst, vlen8
192 3: add n, n, vlen8
[all …]
/glibc-2.36/ChangeLog.old/
DChangeLog.242372 * sysdeps/x86_64/fpu/test-double-vlen8-wrappers.c: Modified.
2379 * sysdeps/x86_64/fpu/test-float-vlen8-avx2-wrappers.c: Modified.
2380 * sysdeps/x86_64/fpu/test-float-vlen8-wrappers.c: Modified.
2443 * sysdeps/x86_64/fpu/test-double-vlen8-wrappers.c: Modified.
2450 * sysdeps/x86_64/fpu/test-float-vlen8-avx2-wrappers.c: Modified.
2451 * sysdeps/x86_64/fpu/test-float-vlen8-wrappers.c: Modified.
2554 * sysdeps/x86_64/fpu/test-double-vlen8-wrappers.c: Modified.
2561 * sysdeps/x86_64/fpu/test-float-vlen8-avx2-wrappers.c: Modified.
2562 * sysdeps/x86_64/fpu/test-float-vlen8-wrappers.c: Modified.
2633 * sysdeps/x86_64/fpu/test-double-vlen8-wrappers.c: Modified.
[all …]
DChangeLog.188481 (CFLAGS-test-double-vlen8.c): Likewise.
8483 (CFLAGS-test-float-vlen8.c): Likewise.
8765 * math/test-double-vlen8.h (FUNC_TEST): Remove macro.
8768 * math/test-float-vlen8.h (FUNC_TEST): Remove macro.
8774 (double-vlen8-funcs): Likewise.
8776 (float-vlen8-funcs): Likewise.
8777 (float-vlen8-avx2-funcs): Likewise.
8780 (CFLAGS-test-float-vlen8-avx2.c): Likewise.
8788 * sysdeps/x86_64/fpu/test-double-vlen8.h (TEST_VECTOR_cos):
8802 * sysdeps/x86_64/fpu/test-float-vlen8.h (TEST_VECTOR_cosf):
[all …]
DChangeLog.1914199 * math/test-double-vlen8.h: Don't include <math-tests-rounding.h>.
14205 * math/test-float-vlen8.h: Don't include <math-tests-rounding.h>.
14222 * math/test-double-vlen8.h: Include <math-tests-rounding.h>.
14228 * math/test-float-vlen8.h: Include <math-tests-rounding.h>.
25381 (CFLAGS-test-double-vlen8-wrappers.c): Likewise.
25382 (CFLAGS-test-float-vlen8-wrappers.c): Likewise.
DChangeLog.219961 * math/test-double-vlen8.h: Modified.
9969 * math/test-float-vlen8.h: Modified.
/glibc-2.36/math/
DMakefile411 CFLAGS-test-double-vlen8-wrappers.c += $(double-vlen8-arch-ext-cflags)
413 CFLAGS-test-float-vlen8-wrappers.c += $(float-vlen8-arch-ext-cflags)