Searched refs:vlen8 (Results 1 – 10 of 10) sorted by relevance
/glibc-2.36/sysdeps/x86_64/fpu/ |
D | Makefile | 32 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 …]
|
D | Makeconfig | 87 $(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 …]
|
D | test-double-vlen8.h | 19 #include_next <test-double-vlen8.h>
|
D | test-float-vlen8.h | 19 #include_next <test-float-vlen8.h>
|
/glibc-2.36/sysdeps/aarch64/multiarch/ |
D | memcpy_a64fx.S | 39 #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/ |
D | ChangeLog.24 | 2372 * 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 …]
|
D | ChangeLog.18 | 8481 (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 …]
|
D | ChangeLog.19 | 14199 * 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.
|
D | ChangeLog.21 | 9961 * math/test-double-vlen8.h: Modified. 9969 * math/test-float-vlen8.h: Modified.
|
/glibc-2.36/math/ |
D | Makefile | 411 CFLAGS-test-double-vlen8-wrappers.c += $(double-vlen8-arch-ext-cflags) 413 CFLAGS-test-float-vlen8-wrappers.c += $(float-vlen8-arch-ext-cflags)
|