Skip to content

Commit b40a41c

Browse files
authored
Fix link to array-oriented functions (#73)
1 parent 5ce8409 commit b40a41c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This provides a Julia interface to some of the
44
[macOS Accelerate framework](https://developer.apple.com/documentation/accelerate). At
55
the moment, this package provides:
66
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),
88
which provide a vectorised form for many common mathematical functions
99

1010
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

Comments
 (0)