diff options
author | Don Lewis <truckman@FreeBSD.org> | 2017-08-25 19:58:51 +0000 |
---|---|---|
committer | Don Lewis <truckman@FreeBSD.org> | 2017-08-25 19:58:51 +0000 |
commit | f74fc65c9a2da00b61a64444afdcc3ed46818e0f (patch) | |
tree | bb5fa8caf7e146b131a41545573ea6393bbfcf00 /math/openblas/files/patch-common__arm.h | |
parent | databases/cego: update 2.35.1 -> 2.35.2 (diff) |
Upgrade OpenBLAS to 0.2.20:
* Fixed several thread race and locking bugs
* Fixed default LAPACK optimization level
* Updated LAPACK to 3.7.0
* Power
- Optimizations for Power9
- Fixed several Power8 assembly bugs
* ARM
- New optimized Vulcan and ThunderX2T99 targets
- Support for ARMV7 SOFT_FP ABI (make ARM_SOFTFP_ABI=1)
- Detect all cpu cores including offline ones
- Fix compilation with CLANG
* MIPS
- Fixed several threading issues
- Fix compilation with CLANG
* x86_64
- Detect Intel Bay Trail and Apollo Lake
- Detect Intel Sky Lake and Kaby Lake
- Detect Intel Knights Landing
- Detect AMD A8, A10, A12 and Ryzen
- Fix cmake builds for Haswell and related cpus
- Fix building for Sandybridge with CLANG 3.9
Pet portlint (USES vs. USE)
PR: 221633
Submitted by: truckman
Approved by: phd_kimberlite@yahoo.co.jp (maintainer)
Notes
Notes:
svn path=/head/; revision=448738
Diffstat (limited to 'math/openblas/files/patch-common__arm.h')
-rw-r--r-- | math/openblas/files/patch-common__arm.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/math/openblas/files/patch-common__arm.h b/math/openblas/files/patch-common__arm.h index 079c7f7f9d23..8d61c3e232d8 100644 --- a/math/openblas/files/patch-common__arm.h +++ b/math/openblas/files/patch-common__arm.h @@ -14,11 +14,3 @@ #ifndef F_INTERFACE #define REALNAME ASMNAME -@@ -105,7 +112,6 @@ static inline int blas_quickdivide(blasi - #define PROLOGUE \ - .arm ;\ - .global REALNAME ;\ -- .func REALNAME ;\ - REALNAME: - - #define EPILOGUE |