Grazvydas Ignotas
|
d38a1ddc7a
|
use real armv5 support
there is no more requirement for ARMv6 instructions,
and VFP on ARMv5 is uncommon
|
10 years ago |
Grazvydas Ignotas
|
6b92204a7c
|
add fallback blas_lock implementation
to be used on armv5 and new platforms
|
10 years ago |
Grazvydas Ignotas
|
f2ac1a5cee
|
set ARMV7 for Cortex-A9 and Cortex-A15
otherwise some macros like YIELDING are not defined correctly
|
10 years ago |
Grazvydas Ignotas
|
e12cf1123e
|
add fallback rpcc implementation
- use on arm, arm64 and any new platform
- use faster integer math instead of double
- use similar scale as rdtsc so that timeouts work
|
10 years ago |
Grazvydas Ignotas
|
c2323dd4d2
|
really fix ARM locking
- was writing 0 to lock variable, so was ineffective
- only exit loop if both lock was 0 and strex was successful
|
10 years ago |
Werner Saar
|
eea2e30b74
|
bugfix for arm locking
|
10 years ago |
Werner Saar
|
ea4df0aad3
|
Ref #574: Bugfix for armv6 memory barrier
|
10 years ago |
Werner Saar
|
3814bf60d3
|
added optimized dsymv kernels for haswell
|
10 years ago |
Zhang Xianyi
|
2fb02626da
|
Update organization info.
|
11 years ago |
Timothy Gu
|
6c2ead30f0
|
Remove all trailing whitespace except lapack-netlib
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
|
11 years ago |
wernsaar
|
5400a9f4e4
|
redefined functions for TIMING and YIELDING for ARMV7 processor
|
12 years ago |
wernsaar
|
02bc36ac79
|
added sgemm_ncopy routine and made some improvements on cgemm_kernel for ARMV7
|
12 years ago |
wernsaar
|
d13788d1b4
|
common files modified for ARM
|
12 years ago |