You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ This provides a Julia interface to some of the
4
4
[macOS Accelerate framework](https://developer.apple.com/documentation/accelerate). At
5
5
the moment, this package provides:
6
6
1. Access to Accelerate BLAS and LAPACK using the [libblastrampoline](https://github.com/JuliaLinearAlgebra/libblastrampoline) framework,
7
-
2. An interface to the [array-oriented functions](https://developer.apple.com/library/mac/documentation/Performance/Conceptual/vecLib/index.html#//apple_ref/doc/uid/TP30000414-357225),
7
+
2. An interface to the [array-oriented functions](https://developer.apple.com/documentation/accelerate/veclib),
8
8
which provide a vectorised form for many common mathematical functions
9
9
10
10
The performance is significantly better than using standard libm functions in some cases, though there does appear to be some reduced accuracy.
0 commit comments