You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Arjan van de Ven 89372e0993 Use AVX512 also for DGEMM 7 years ago
..
KERNEL Bugfix for ztrmv 9 years ago
KERNEL.ATOM Remove all trailing whitespace except lapack-netlib 11 years ago
KERNEL.BARCELONA Bugfix for ztrmv 9 years ago
KERNEL.BOBCAT Fixed #395. Enable optimized cgemm for Sandybridge. Added optimized sdot kernel. 11 years ago
KERNEL.BULLDOZER Add trivially optimized dsdot based on sdot 7 years ago
KERNEL.CORE2 Remove all trailing whitespace except lapack-netlib 11 years ago
KERNEL.DUNNINGTON Remove all trailing whitespace except lapack-netlib 11 years ago
KERNEL.EXCAVATOR Add trivially optimized dsdot based on sdot 7 years ago
KERNEL.HASWELL Add dsdot 8 years ago
KERNEL.NANO Remove all trailing whitespace except lapack-netlib 11 years ago
KERNEL.NEHALEM Add trivially optimized dsdot based on sdot 7 years ago
KERNEL.OPTERON Remove all trailing whitespace except lapack-netlib 11 years ago
KERNEL.OPTERON_SSE3 Fixed #395. Enable optimized cgemm for Sandybridge. Added optimized sdot kernel. 11 years ago
KERNEL.PENRYN Remove all trailing whitespace except lapack-netlib 11 years ago
KERNEL.PILEDRIVER Add trivially optimized dsdot based on sdot 7 years ago
KERNEL.PRESCOTT fallback to zgemm_kernel_4x2_sse.S 11 years ago
KERNEL.SANDYBRIDGE Add trivially optimized dsdot based on sdot 7 years ago
KERNEL.SKYLAKEX Use AVX512 also for DGEMM 7 years ago
KERNEL.STEAMROLLER Add trivially optimized dsdot based on sdot 7 years ago
KERNEL.ZEN Add trivially optimized dsdot based on sdot 7 years ago
KERNEL.generic Use cmake to build OpenBLAS GENERIC Target on MSVC x86 64-bit. 10 years ago
Makefile Import GotoBLAS2 1.13 BSD version codes. 14 years ago
amax.S Remove all trailing whitespace except lapack-netlib 11 years ago
amax_atom.S Remove all trailing whitespace except lapack-netlib 11 years ago
amax_sse.S Remove all trailing whitespace except lapack-netlib 11 years ago
amax_sse2.S Remove all trailing whitespace except lapack-netlib 11 years ago
asum.S Remove all trailing whitespace except lapack-netlib 11 years ago
asum_atom.S Remove all trailing whitespace except lapack-netlib 11 years ago
asum_sse.S Remove all trailing whitespace except lapack-netlib 11 years ago
asum_sse2.S Remove all trailing whitespace except lapack-netlib 11 years ago
axpy.S Remove all trailing whitespace except lapack-netlib 11 years ago
axpy_atom.S Remove all trailing whitespace except lapack-netlib 11 years ago
axpy_sse.S Remove all trailing whitespace except lapack-netlib 11 years ago
axpy_sse2.S Remove all trailing whitespace except lapack-netlib 11 years ago
builtin_stinit.S Remove all trailing whitespace except lapack-netlib 11 years ago
cabs.S Remove all trailing whitespace except lapack-netlib 11 years ago
caxpy.c Initial support for SkylakeX / AVX512 7 years ago
caxpy_microk_bulldozer-2.c updated caxpy_microk_bulldozer-2.c and caxpy.c 10 years ago
caxpy_microk_haswell-2.c Use .p2align instead of .align for portability 7 years ago
caxpy_microk_sandy-2.c Use .p2align instead of .align for compatibility on Sandybridge as well 7 years ago
caxpy_microk_steamroller-2.c added optimized caxpy-kernel for steamroller 10 years ago
cdot.c Initial support for SkylakeX / AVX512 7 years ago
cdot_microk_bulldozer-2.c added optimized cdot- and zdot-kernels for bulldozer 10 years ago
cdot_microk_haswell-2.c Use .p2align instead of .align for portability 7 years ago
cdot_microk_sandy-2.c Use .p2align instead of .align for compatibility on Sandybridge as well 7 years ago
cdot_microk_steamroller-2.c added optimized cdot- and zdot-kernel for steamroller 10 years ago
cgemm_kernel_4x2_bulldozer.S bugfix for bulldozer cgemm-, zgemm- and zgemv-kernel 11 years ago
cgemm_kernel_4x2_piledriver.S bugfix for piledriver cgemm-, zgemm- and zgemv-kernel 11 years ago
cgemm_kernel_4x8_sandy.S Update organization info. 11 years ago
cgemm_kernel_8x2_haswell.S modification for clang compiler 11 years ago
cgemm_kernel_8x2_sandy.S optimization of sandybridge cgemm-kernel 11 years ago
cgemv_n.S Remove all trailing whitespace except lapack-netlib 11 years ago
cgemv_n_4.c Initial support for SkylakeX / AVX512 7 years ago
cgemv_n_microk_bulldozer-4.c Tag %1 and %2 as both input and output operands 7 years ago
cgemv_n_microk_haswell-4.c Tag %1 and %2 as both input and output 7 years ago
cgemv_t.S Remove all trailing whitespace except lapack-netlib 11 years ago
cgemv_t_4.c Initial support for SkylakeX / AVX512 7 years ago
cgemv_t_microk_bulldozer-4.c Tag %1 and %2 as both input and output operands 7 years ago
cgemv_t_microk_haswell-4.c Tag %1 and %2 as both input and output 7 years ago
copy.S Remove all trailing whitespace except lapack-netlib 11 years ago
copy_sse.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
copy_sse2.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
cscal.c Initial support for SkylakeX / AVX512 7 years ago
cscal_microk_bulldozer-2.c remove input from clobbered list 9 years ago
cscal_microk_haswell-2.c Use .p2align instead of .align for portability 7 years ago
cscal_microk_steamroller-2.c remove input from clobbered list 9 years ago
ctrsm_kernel_LN_bulldozer.c added optimized trsm_kernels 9 years ago
ctrsm_kernel_LT_bulldozer.c added optimized trsm_kernels 9 years ago
ctrsm_kernel_RN_bulldozer.c added optimized trsm_kernels 9 years ago
ctrsm_kernel_RT_bulldozer.c added optimized trsm_kernels 9 years ago
daxpy.c Initial support for SkylakeX / AVX512 7 years ago
daxpy_bulldozer.S Remove all trailing whitespace except lapack-netlib 11 years ago
daxpy_microk_bulldozer-2.c changed inline assembler labels to short form 10 years ago
daxpy_microk_haswell-2.c Use .p2align instead of .align for portability 7 years ago
daxpy_microk_nehalem-2.c Replace .align with .p2align in the Nehalem microkernels 7 years ago
daxpy_microk_piledriver-2.c add optimized daxpy-kernel for piledriver 10 years ago
daxpy_microk_sandy-2.c Use .p2align instead of .align for compatibility on Sandybridge as well 7 years ago
daxpy_microk_steamroller-2.c add optimized daxpy-kernel for steamroller 10 years ago
dcopy_bulldozer.S added dcopy_bulldozer.S 12 years ago
ddot.c Initial support for SkylakeX / AVX512 7 years ago
ddot_bulldozer.S Remove all trailing whitespace except lapack-netlib 11 years ago
ddot_microk_bulldozer-2.c changed inline assembler labels to short form 10 years ago
ddot_microk_haswell-2.c Use .p2align instead of .align for portability 7 years ago
ddot_microk_nehalem-2.c Replace .align with .p2align in the Nehalem microkernels 7 years ago
ddot_microk_piledriver-2.c add optimized ddot-kernel for piledriver 10 years ago
ddot_microk_sandy-2.c Use .p2align instead of .align for compatibility on Sandybridge as well 7 years ago
ddot_microk_steamroller-2.c added optimized ddot kernel for steamroller 10 years ago
dgemm_kernel_4x4_haswell.S small optimization on dgemm_kernel for N=1 10 years ago
dgemm_kernel_4x8_haswell.S modified haswell parameter dgemm_unroll_n 10 years ago
dgemm_kernel_4x8_sandy.S Change file comments to work around clang 3.9 assembler bug 9 years ago
dgemm_kernel_6x4_piledriver.S Remove all trailing whitespace except lapack-netlib 11 years ago
dgemm_kernel_8x2_bulldozer.S Ref #380: lowered stack usage for piledriver and bulldozer kernels 11 years ago
dgemm_kernel_8x2_piledriver.S Ref #380: lowered stack usage for piledriver and bulldozer kernels 11 years ago
dgemm_kernel_16x2_haswell.S Refs #330. Fixed the compatible issue with clang on Mac OSX. 11 years ago
dgemm_kernel_16x2_skylakex.S Use AVX512 also for DGEMM 7 years ago
dgemm_ncopy_2.S Remove all trailing whitespace except lapack-netlib 11 years ago
dgemm_ncopy_4.S Remove all trailing whitespace except lapack-netlib 11 years ago
dgemm_ncopy_8.S Remove all trailing whitespace except lapack-netlib 11 years ago
dgemm_ncopy_8_bulldozer.S Remove all trailing whitespace except lapack-netlib 11 years ago
dgemm_tcopy_2.S Remove all trailing whitespace except lapack-netlib 11 years ago
dgemm_tcopy_4.S Remove all trailing whitespace except lapack-netlib 11 years ago
dgemm_tcopy_8.S Remove all trailing whitespace except lapack-netlib 11 years ago
dgemm_tcopy_8_bulldozer.S Remove all trailing whitespace except lapack-netlib 11 years ago
dgemv_n.S Remove all trailing whitespace except lapack-netlib 11 years ago
dgemv_n_4.c Initial support for SkylakeX / AVX512 7 years ago
dgemv_n_atom.S Remove all trailing whitespace except lapack-netlib 11 years ago
dgemv_n_bulldozer.S Remove all trailing whitespace except lapack-netlib 11 years ago
dgemv_n_microk_haswell-4.c Tag %1 and %2 as both input and output 7 years ago
dgemv_n_microk_nehalem-4.c Replace .align with .p2align in the Nehalem microkernels 7 years ago
dgemv_n_microk_piledriver-4.c Tag %1 and %2 as both input and output operands 7 years ago
dgemv_t.S Remove all trailing whitespace except lapack-netlib 11 years ago
dgemv_t_4.c Initial support for SkylakeX / AVX512 7 years ago
dgemv_t_atom.S Remove all trailing whitespace except lapack-netlib 11 years ago
dgemv_t_bulldozer.S Remove all trailing whitespace except lapack-netlib 11 years ago
dgemv_t_microk_haswell-4.c Tag %1 and %2 as both input and output 7 years ago
dger.c optimized dger kernel for sandybridge 10 years ago
dger_microk_sandy-2.c Use .p2align instead of .align for compatibility on Sandybridge as well 7 years ago
dot.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
dot_atom.S Remove all trailing whitespace except lapack-netlib 11 years ago
dot_sse.S Remove all trailing whitespace except lapack-netlib 11 years ago
dot_sse2.S Remove all trailing whitespace except lapack-netlib 11 years ago
dscal.c Initial support for SkylakeX / AVX512 7 years ago
dscal_microk_bulldozer-2.c added optimized dscal kernel for bulldozer 10 years ago
dscal_microk_haswell-2.c Use .p2align instead of .align for portability 7 years ago
dscal_microk_sandy-2.c Use .p2align instead of .align for compatibility on Sandybridge as well 7 years ago
dsymv_L.c Initial support for SkylakeX / AVX512 7 years ago
dsymv_L_microk_bulldozer-2.c changed inline assembler labels to short form 10 years ago
dsymv_L_microk_haswell-2.c Use .p2align instead of .align for portability 7 years ago
dsymv_L_microk_nehalem-2.c Replace .align with .p2align in the Nehalem microkernels 7 years ago
dsymv_L_microk_sandy-2.c Use .p2align instead of .align for compatibility on Sandybridge as well 7 years ago
dsymv_U.c Initial support for SkylakeX / AVX512 7 years ago
dsymv_U_microk_bulldozer-2.c changed inline assembler labels to short form 10 years ago
dsymv_U_microk_haswell-2.c Use .p2align instead of .align for portability 7 years ago
dsymv_U_microk_nehalem-2.c Replace .align with .p2align in the Nehalem microkernels 7 years ago
dsymv_U_microk_sandy-2.c Use .p2align instead of .align for compatibility on Sandybridge as well 7 years ago
dtrmm_kernel_4x8_haswell.c Use .p2align instead of .align for portability 7 years ago
dtrsm_kernel_LN_bulldozer.c Remove unused variables from Haswell dtrmm and Bulldozer dtrsm 7 years ago
dtrsm_kernel_LT_8x2_bulldozer.S Remove all trailing whitespace except lapack-netlib 11 years ago
dtrsm_kernel_RN_8x2_bulldozer.S Remove all trailing whitespace except lapack-netlib 11 years ago
dtrsm_kernel_RN_haswell.c Use .p2align instead of .align for portability 7 years ago
dtrsm_kernel_RT_bulldozer.c added optimized trsm_kernels 9 years ago
gemm_beta.S Remove all trailing whitespace except lapack-netlib 11 years ago
gemm_kernel_2x8_nehalem.S Remove all trailing whitespace except lapack-netlib 11 years ago
gemm_kernel_4x2_atom.S Remove all trailing whitespace except lapack-netlib 11 years ago
gemm_kernel_4x4_barcelona.S Remove all trailing whitespace except lapack-netlib 11 years ago
gemm_kernel_4x4_core2.S Remove all trailing whitespace except lapack-netlib 11 years ago
gemm_kernel_4x4_penryn.S Remove all trailing whitespace except lapack-netlib 11 years ago
gemm_kernel_4x4_sse2.S Remove all trailing whitespace except lapack-netlib 11 years ago
gemm_kernel_4x4_sse3.S Remove all trailing whitespace except lapack-netlib 11 years ago
gemm_kernel_4x8_nano.S Remove all trailing whitespace except lapack-netlib 11 years ago
gemm_kernel_4x8_nehalem.S Remove all trailing whitespace except lapack-netlib 11 years ago
gemm_kernel_8x4_barcelona.S Remove all trailing whitespace except lapack-netlib 11 years ago
gemm_kernel_8x4_core2.S Remove all trailing whitespace except lapack-netlib 11 years ago
gemm_kernel_8x4_penryn.S Remove all trailing whitespace except lapack-netlib 11 years ago
gemm_kernel_8x4_sse.S Remove all trailing whitespace except lapack-netlib 11 years ago
gemm_kernel_8x4_sse3.S Remove all trailing whitespace except lapack-netlib 11 years ago
gemm_ncopy_2.S Remove all trailing whitespace except lapack-netlib 11 years ago
gemm_ncopy_2_bulldozer.S Remove all trailing whitespace except lapack-netlib 11 years ago
gemm_ncopy_4.S Remove all trailing whitespace except lapack-netlib 11 years ago
gemm_ncopy_4_opteron.S Remove all trailing whitespace except lapack-netlib 11 years ago
gemm_tcopy_2.S Remove all trailing whitespace except lapack-netlib 11 years ago
gemm_tcopy_2_bulldozer.S Remove all trailing whitespace except lapack-netlib 11 years ago
gemm_tcopy_4.S Remove all trailing whitespace except lapack-netlib 11 years ago
gemm_tcopy_4_opteron.S Remove all trailing whitespace except lapack-netlib 11 years ago
iamax.S Remove all trailing whitespace except lapack-netlib 11 years ago
iamax_sse.S Remove all trailing whitespace except lapack-netlib 11 years ago
iamax_sse2.S Remove all trailing whitespace except lapack-netlib 11 years ago
izamax.S Remove all trailing whitespace except lapack-netlib 11 years ago
izamax_sse.S Remove all trailing whitespace except lapack-netlib 11 years ago
izamax_sse2.S Remove all trailing whitespace except lapack-netlib 11 years ago
lsame.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
mcount.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
nrm2.S Remove all trailing whitespace except lapack-netlib 11 years ago
nrm2_sse.S Remove all trailing whitespace except lapack-netlib 11 years ago
qconjg.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
qdot.S Remove all trailing whitespace except lapack-netlib 11 years ago
qgemm_kernel_2x2.S Remove all trailing whitespace except lapack-netlib 11 years ago
qgemv_n.S Remove all trailing whitespace except lapack-netlib 11 years ago
qgemv_t.S Remove all trailing whitespace except lapack-netlib 11 years ago
qtrsm_kernel_LN_2x2.S Remove all trailing whitespace except lapack-netlib 11 years ago
qtrsm_kernel_LT_2x2.S Remove all trailing whitespace except lapack-netlib 11 years ago
qtrsm_kernel_RT_2x2.S Remove all trailing whitespace except lapack-netlib 11 years ago
rot.S Remove all trailing whitespace except lapack-netlib 11 years ago
rot_sse.S Remove all trailing whitespace except lapack-netlib 11 years ago
rot_sse2.S Remove all trailing whitespace except lapack-netlib 11 years ago
saxpy.c Initial support for SkylakeX / AVX512 7 years ago
saxpy_microk_haswell-2.c Use .p2align instead of .align for portability 7 years ago
saxpy_microk_nehalem-2.c Replace .align with .p2align in the Nehalem microkernels 7 years ago
saxpy_microk_piledriver-2.c optimized saxpy for piledriver 10 years ago
saxpy_microk_sandy-2.c Use .p2align instead of .align for compatibility on Sandybridge as well 7 years ago
scal.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
scal_atom.S Remove all trailing whitespace except lapack-netlib 11 years ago
scal_sse.S Remove all trailing whitespace except lapack-netlib 11 years ago
scal_sse2.S Remove all trailing whitespace except lapack-netlib 11 years ago
sdot.c Initial support for SkylakeX / AVX512 7 years ago
sdot_microk_bulldozer-2.c changed inline assembler labels to short form 10 years ago
sdot_microk_haswell-2.c Use .p2align instead of .align for portability 7 years ago
sdot_microk_nehalem-2.c Replace .align with .p2align in the Nehalem microkernels 7 years ago
sdot_microk_sandy-2.c Use .p2align instead of .align for compatibility on Sandybridge as well 7 years ago
sdot_microk_steamroller-2.c added optimized sdot-kernel for steamroller 10 years ago
sgemm_kernel_8x4_bulldozer.S Remove all trailing whitespace except lapack-netlib 11 years ago
sgemm_kernel_8x8_sandy.S Update organization info. 11 years ago
sgemm_kernel_16x2_bulldozer.S Ref #380: lowered stack usage for piledriver and bulldozer kernels 11 years ago
sgemm_kernel_16x2_piledriver.S Ref #380: lowered stack usage for piledriver and bulldozer kernels 11 years ago
sgemm_kernel_16x4_haswell.S modification for clang compiler 11 years ago
sgemm_kernel_16x4_sandy.S Refs #535. Fix the wrong vector instruction in sgemm sandy bridge kernel. 10 years ago
sgemm_kernel_16x4_skylakex.S Use AVX512 also for DGEMM 7 years ago
sgemv_n.S Remove all trailing whitespace except lapack-netlib 11 years ago
sgemv_n.c removed obsolete gemv kernel files 11 years ago
sgemv_n_4.c Initial support for SkylakeX / AVX512 7 years ago
sgemv_n_microk_bulldozer-4.c Tag %1 and %2 as both input and output operands 7 years ago
sgemv_n_microk_haswell-4.c Tag %1 and %2 as both input and output 7 years ago
sgemv_n_microk_nehalem-4.c Replace .align with .p2align in the Nehalem microkernels 7 years ago
sgemv_n_microk_sandy-4.c Use .p2align instead of .align for compatibility on Sandybridge as well 7 years ago
sgemv_t.S Remove all trailing whitespace except lapack-netlib 11 years ago
sgemv_t.c removed obsolete gemv kernel files 11 years ago
sgemv_t_4.c Initial support for SkylakeX / AVX512 7 years ago
sgemv_t_microk_bulldozer-4.c Tag %1 and %2 as both input and output operands 7 years ago
sgemv_t_microk_haswell-4.c Tag %1 and %2 as both input and output 7 years ago
sgemv_t_microk_nehalem-4.c Replace .align with .p2align in the Nehalem microkernels 7 years ago
sgemv_t_microk_sandy-4.c Use .p2align instead of .align for compatibility on Sandybridge as well 7 years ago
sger.c added optimized sger kernel for sandybridge 10 years ago
sger_microk_sandy-2.c Use .p2align instead of .align for compatibility on Sandybridge as well 7 years ago
ssymv_L.c Initial support for SkylakeX / AVX512 7 years ago
ssymv_L_microk_bulldozer-2.c changed inline assembler labels to short form 10 years ago
ssymv_L_microk_haswell-2.c Use .p2align instead of .align for portability 7 years ago
ssymv_L_microk_nehalem-2.c Replace .align with .p2align in the Nehalem microkernels 7 years ago
ssymv_L_microk_sandy-2.c Use .p2align instead of .align for compatibility on Sandybridge as well 7 years ago
ssymv_U.c Initial support for SkylakeX / AVX512 7 years ago
ssymv_U_microk_bulldozer-2.c changed inline assembler labels to short form 10 years ago
ssymv_U_microk_haswell-2.c Use .p2align instead of .align for portability 7 years ago
ssymv_U_microk_nehalem-2.c Replace .align with .p2align in the Nehalem microkernels 7 years ago
ssymv_U_microk_sandy-2.c Use .p2align instead of .align for compatibility on Sandybridge as well 7 years ago
staticbuffer.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
strsm_kernel_LN_bulldozer.c added optimized trsm_kernels 9 years ago
strsm_kernel_LT_bulldozer.c added optimized trsm_kernels 9 years ago
strsm_kernel_RN_bulldozer.c added optimized trsm_kernels 9 years ago
strsm_kernel_RT_bulldozer.c added optimized trsm_kernels 9 years ago
swap.S Remove all trailing whitespace except lapack-netlib 11 years ago
swap_sse.S Remove all trailing whitespace except lapack-netlib 11 years ago
swap_sse2.S Remove all trailing whitespace except lapack-netlib 11 years ago
symv_L_sse.S Initial support for SkylakeX / AVX512 7 years ago
symv_L_sse2.S Initial support for SkylakeX / AVX512 7 years ago
symv_U_sse.S Initial support for SkylakeX / AVX512 7 years ago
symv_U_sse2.S Initial support for SkylakeX / AVX512 7 years ago
trsm_kernel_LN_2x8_nehalem.S Remove all trailing whitespace except lapack-netlib 11 years ago
trsm_kernel_LN_4x2_atom.S Remove all trailing whitespace except lapack-netlib 11 years ago
trsm_kernel_LN_4x4_barcelona.S Remove all trailing whitespace except lapack-netlib 11 years ago
trsm_kernel_LN_4x4_core2.S Remove all trailing whitespace except lapack-netlib 11 years ago
trsm_kernel_LN_4x4_penryn.S Remove all trailing whitespace except lapack-netlib 11 years ago
trsm_kernel_LN_4x4_sse2.S Remove all trailing whitespace except lapack-netlib 11 years ago
trsm_kernel_LN_4x4_sse3.S Remove all trailing whitespace except lapack-netlib 11 years ago
trsm_kernel_LN_4x8_nehalem.S Remove all trailing whitespace except lapack-netlib 11 years ago
trsm_kernel_LN_8x4_sse.S Remove all trailing whitespace except lapack-netlib 11 years ago
trsm_kernel_LT_2x8_nehalem.S Remove all trailing whitespace except lapack-netlib 11 years ago
trsm_kernel_LT_4x2_atom.S Remove all trailing whitespace except lapack-netlib 11 years ago
trsm_kernel_LT_4x4_barcelona.S Remove all trailing whitespace except lapack-netlib 11 years ago
trsm_kernel_LT_4x4_core2.S Remove all trailing whitespace except lapack-netlib 11 years ago
trsm_kernel_LT_4x4_penryn.S Remove all trailing whitespace except lapack-netlib 11 years ago
trsm_kernel_LT_4x4_sse2.S Remove all trailing whitespace except lapack-netlib 11 years ago
trsm_kernel_LT_4x4_sse3.S Remove all trailing whitespace except lapack-netlib 11 years ago
trsm_kernel_LT_4x8_nehalem.S Remove all trailing whitespace except lapack-netlib 11 years ago
trsm_kernel_LT_8x4_sse.S Remove all trailing whitespace except lapack-netlib 11 years ago
trsm_kernel_RT_2x8_nehalem.S Remove all trailing whitespace except lapack-netlib 11 years ago
trsm_kernel_RT_4x2_atom.S Remove all trailing whitespace except lapack-netlib 11 years ago
trsm_kernel_RT_4x4_barcelona.S Remove all trailing whitespace except lapack-netlib 11 years ago
trsm_kernel_RT_4x4_core2.S Remove all trailing whitespace except lapack-netlib 11 years ago
trsm_kernel_RT_4x4_penryn.S Remove all trailing whitespace except lapack-netlib 11 years ago
trsm_kernel_RT_4x4_sse2.S Remove all trailing whitespace except lapack-netlib 11 years ago
trsm_kernel_RT_4x4_sse3.S Remove all trailing whitespace except lapack-netlib 11 years ago
trsm_kernel_RT_4x8_nehalem.S Remove all trailing whitespace except lapack-netlib 11 years ago
trsm_kernel_RT_8x4_sse.S Remove all trailing whitespace except lapack-netlib 11 years ago
xdot.S Remove all trailing whitespace except lapack-netlib 11 years ago
xgemm3m_kernel_2x2.S Remove all trailing whitespace except lapack-netlib 11 years ago
xgemm_kernel_1x1.S Remove all trailing whitespace except lapack-netlib 11 years ago
xgemv_n.S Remove all trailing whitespace except lapack-netlib 11 years ago
xgemv_t.S Remove all trailing whitespace except lapack-netlib 11 years ago
xtrsm_kernel_LT_1x1.S Remove all trailing whitespace except lapack-netlib 11 years ago
zamax.S Remove all trailing whitespace except lapack-netlib 11 years ago
zamax_atom.S Remove all trailing whitespace except lapack-netlib 11 years ago
zamax_sse.S Remove all trailing whitespace except lapack-netlib 11 years ago
zamax_sse2.S Remove all trailing whitespace except lapack-netlib 11 years ago
zasum.S Remove all trailing whitespace except lapack-netlib 11 years ago
zasum_atom.S Remove all trailing whitespace except lapack-netlib 11 years ago
zasum_sse.S Remove all trailing whitespace except lapack-netlib 11 years ago
zasum_sse2.S Remove all trailing whitespace except lapack-netlib 11 years ago
zaxpy.S Remove all trailing whitespace except lapack-netlib 11 years ago
zaxpy.c Initial support for SkylakeX / AVX512 7 years ago
zaxpy_atom.S Remove all trailing whitespace except lapack-netlib 11 years ago
zaxpy_microk_bulldozer-2.c added optimized zaxpy-kernels 10 years ago
zaxpy_microk_haswell-2.c Use .p2align instead of .align for portability 7 years ago
zaxpy_microk_sandy-2.c Use .p2align instead of .align for compatibility on Sandybridge as well 7 years ago
zaxpy_microk_steamroller-2.c added optimized zaxpy-kernels 10 years ago
zaxpy_sse.S Remove all trailing whitespace except lapack-netlib 11 years ago
zaxpy_sse2.S Remove all trailing whitespace except lapack-netlib 11 years ago
zcopy.S Remove all trailing whitespace except lapack-netlib 11 years ago
zcopy_sse.S Remove all trailing whitespace except lapack-netlib 11 years ago
zcopy_sse2.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
zdot.S Refs #768. Swap the result of zdot x87 fp kernel. 9 years ago
zdot.c Initial support for SkylakeX / AVX512 7 years ago
zdot_atom.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
zdot_microk_bulldozer-2.c updated cdot and zdot 10 years ago
zdot_microk_haswell-2.c Use .p2align instead of .align for portability 7 years ago
zdot_microk_sandy-2.c Use .p2align instead of .align for compatibility on Sandybridge as well 7 years ago
zdot_microk_steamroller-2.c added optimized cdot- and zdot-kernel for steamroller 10 years ago
zdot_sse.S Remove all trailing whitespace except lapack-netlib 11 years ago
zdot_sse2.S Remove all trailing whitespace except lapack-netlib 11 years ago
zgemm3m_kernel_2x8_nehalem.S Remove all trailing whitespace except lapack-netlib 11 years ago
zgemm3m_kernel_4x2_atom.S Remove all trailing whitespace except lapack-netlib 11 years ago
zgemm3m_kernel_4x4_barcelona.S Remove all trailing whitespace except lapack-netlib 11 years ago
zgemm3m_kernel_4x4_core2.S Remove all trailing whitespace except lapack-netlib 11 years ago
zgemm3m_kernel_4x4_penryn.S Remove all trailing whitespace except lapack-netlib 11 years ago
zgemm3m_kernel_4x4_sse2.S Remove all trailing whitespace except lapack-netlib 11 years ago
zgemm3m_kernel_4x4_sse3.S Remove all trailing whitespace except lapack-netlib 11 years ago
zgemm3m_kernel_4x8_nehalem.S Remove all trailing whitespace except lapack-netlib 11 years ago
zgemm3m_kernel_8x4_barcelona.S Remove all trailing whitespace except lapack-netlib 11 years ago
zgemm3m_kernel_8x4_core2.S Remove all trailing whitespace except lapack-netlib 11 years ago
zgemm3m_kernel_8x4_penryn.S Remove all trailing whitespace except lapack-netlib 11 years ago
zgemm3m_kernel_8x4_sse.S Remove all trailing whitespace except lapack-netlib 11 years ago
zgemm3m_kernel_8x4_sse3.S Remove all trailing whitespace except lapack-netlib 11 years ago
zgemm_beta.S Remove all trailing whitespace except lapack-netlib 11 years ago
zgemm_kernel_1x4_nehalem.S Remove all trailing whitespace except lapack-netlib 11 years ago
zgemm_kernel_2x1_atom.S Remove all trailing whitespace except lapack-netlib 11 years ago
zgemm_kernel_2x2_barcelona.S Remove all trailing whitespace except lapack-netlib 11 years ago
zgemm_kernel_2x2_bulldozer.S bugfix for bulldozer cgemm-, zgemm- and zgemv-kernel 11 years ago
zgemm_kernel_2x2_core2.S Remove all trailing whitespace except lapack-netlib 11 years ago
zgemm_kernel_2x2_penryn.S Remove all trailing whitespace except lapack-netlib 11 years ago
zgemm_kernel_2x2_piledriver.S bugfix for piledriver cgemm-, zgemm- and zgemv-kernel 11 years ago
zgemm_kernel_2x2_sse2.S Remove all trailing whitespace except lapack-netlib 11 years ago
zgemm_kernel_2x2_sse3.S Remove all trailing whitespace except lapack-netlib 11 years ago
zgemm_kernel_2x4_nehalem.S Remove all trailing whitespace except lapack-netlib 11 years ago
zgemm_kernel_4x2_barcelona.S Remove all trailing whitespace except lapack-netlib 11 years ago
zgemm_kernel_4x2_core2.S Remove all trailing whitespace except lapack-netlib 11 years ago
zgemm_kernel_4x2_haswell.S modification for clang compiler 11 years ago
zgemm_kernel_4x2_penryn.S Remove all trailing whitespace except lapack-netlib 11 years ago
zgemm_kernel_4x2_sse.S Remove all trailing whitespace except lapack-netlib 11 years ago
zgemm_kernel_4x2_sse3.S Remove all trailing whitespace except lapack-netlib 11 years ago
zgemm_kernel_4x4_sandy.S Update organization info. 11 years ago
zgemm_ncopy_1.S Remove all trailing whitespace except lapack-netlib 11 years ago
zgemm_ncopy_2.S Remove all trailing whitespace except lapack-netlib 11 years ago
zgemm_tcopy_1.S Remove all trailing whitespace except lapack-netlib 11 years ago
zgemm_tcopy_2.S Remove all trailing whitespace except lapack-netlib 11 years ago
zgemv_n.S Remove all trailing whitespace except lapack-netlib 11 years ago
zgemv_n_4.c Initial support for SkylakeX / AVX512 7 years ago
zgemv_n_atom.S Remove all trailing whitespace except lapack-netlib 11 years ago
zgemv_n_dup.S Remove all trailing whitespace except lapack-netlib 11 years ago
zgemv_n_microk_bulldozer-4.c Tag %1 and %2 as both input and output operands 7 years ago
zgemv_n_microk_haswell-4.c Tag %1 and %2 as both input and output 7 years ago
zgemv_n_microk_sandy-4.c Use .p2align instead of .align for compatibility on Sandybridge as well 7 years ago
zgemv_t.S Remove all trailing whitespace except lapack-netlib 11 years ago
zgemv_t_4.c Initial support for SkylakeX / AVX512 7 years ago
zgemv_t_atom.S Remove all trailing whitespace except lapack-netlib 11 years ago
zgemv_t_dup.S Remove all trailing whitespace except lapack-netlib 11 years ago
zgemv_t_microk_bulldozer-4.c Tag %1 and %2 as both input and output operands 7 years ago
zgemv_t_microk_haswell-4.c Tag %1 and %2 as both input and output 7 years ago
znrm2.S Remove all trailing whitespace except lapack-netlib 11 years ago
znrm2_sse.S Remove all trailing whitespace except lapack-netlib 11 years ago
zrot.S Remove all trailing whitespace except lapack-netlib 11 years ago
zrot_sse.S Remove all trailing whitespace except lapack-netlib 11 years ago
zrot_sse2.S Remove all trailing whitespace except lapack-netlib 11 years ago
zscal.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
zscal.c Initial support for SkylakeX / AVX512 7 years ago
zscal_atom.S Remove all trailing whitespace except lapack-netlib 11 years ago
zscal_microk_bulldozer-2.c remove input from clobbered list 9 years ago
zscal_microk_haswell-2.c Use .p2align instead of .align for portability 7 years ago
zscal_microk_steamroller-2.c remove input from clobbered list 9 years ago
zscal_sse.S Remove all trailing whitespace except lapack-netlib 11 years ago
zscal_sse2.S Remove all trailing whitespace except lapack-netlib 11 years ago
zswap.S Remove all trailing whitespace except lapack-netlib 11 years ago
zswap_sse.S Remove all trailing whitespace except lapack-netlib 11 years ago
zswap_sse2.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
zsymv_L_sse.S Initial support for SkylakeX / AVX512 7 years ago
zsymv_L_sse2.S Initial support for SkylakeX / AVX512 7 years ago
zsymv_U_sse.S Initial support for SkylakeX / AVX512 7 years ago
zsymv_U_sse2.S Initial support for SkylakeX / AVX512 7 years ago
ztrsm_kernel_LN_2x1_atom.S Remove all trailing whitespace except lapack-netlib 11 years ago
ztrsm_kernel_LN_2x2_core2.S Remove all trailing whitespace except lapack-netlib 11 years ago
ztrsm_kernel_LN_2x2_penryn.S Remove all trailing whitespace except lapack-netlib 11 years ago
ztrsm_kernel_LN_2x2_sse2.S Remove all trailing whitespace except lapack-netlib 11 years ago
ztrsm_kernel_LN_2x2_sse3.S Remove all trailing whitespace except lapack-netlib 11 years ago
ztrsm_kernel_LN_2x4_nehalem.S Remove all trailing whitespace except lapack-netlib 11 years ago
ztrsm_kernel_LN_4x2_sse.S Remove all trailing whitespace except lapack-netlib 11 years ago
ztrsm_kernel_LN_bulldozer.c added optimized trsm_kernels 9 years ago
ztrsm_kernel_LT_1x4_nehalem.S Remove all trailing whitespace except lapack-netlib 11 years ago
ztrsm_kernel_LT_2x1_atom.S Remove all trailing whitespace except lapack-netlib 11 years ago
ztrsm_kernel_LT_2x2_core2.S Remove all trailing whitespace except lapack-netlib 11 years ago
ztrsm_kernel_LT_2x2_penryn.S Remove all trailing whitespace except lapack-netlib 11 years ago
ztrsm_kernel_LT_2x2_sse2.S Remove all trailing whitespace except lapack-netlib 11 years ago
ztrsm_kernel_LT_2x2_sse3.S Remove all trailing whitespace except lapack-netlib 11 years ago
ztrsm_kernel_LT_2x4_nehalem.S Remove all trailing whitespace except lapack-netlib 11 years ago
ztrsm_kernel_LT_4x2_sse.S Remove all trailing whitespace except lapack-netlib 11 years ago
ztrsm_kernel_LT_bulldozer.c added optimized trsm_kernels 9 years ago
ztrsm_kernel_RN_bulldozer.c added optimized trsm_kernels 9 years ago
ztrsm_kernel_RT_1x4_nehalem.S Remove all trailing whitespace except lapack-netlib 11 years ago
ztrsm_kernel_RT_2x2_core2.S Remove all trailing whitespace except lapack-netlib 11 years ago
ztrsm_kernel_RT_2x2_penryn.S Remove all trailing whitespace except lapack-netlib 11 years ago
ztrsm_kernel_RT_2x2_sse2.S Remove all trailing whitespace except lapack-netlib 11 years ago
ztrsm_kernel_RT_2x2_sse3.S Remove all trailing whitespace except lapack-netlib 11 years ago
ztrsm_kernel_RT_2x4_nehalem.S Remove all trailing whitespace except lapack-netlib 11 years ago
ztrsm_kernel_RT_4x2_sse.S Remove all trailing whitespace except lapack-netlib 11 years ago
ztrsm_kernel_RT_bulldozer.c added optimized trsm_kernels 9 years ago