Skip to content

Commit 830a036

Browse files
authored
Update README.md
1 parent 2ef68bf commit 830a036

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ which provide a vectorised form of many common mathematical functions, however t
1010
general, the performance is significantly better than using standard libm
1111
functions, though there does appear to be some reduced accuracy.
1212

13+
# OS Requirements
14+
15+
MacOS 12 is required in order to run AppleAccelerate.jl. On older MacOS versions, your mileage may vary.
16+
17+
# Supported Functions
18+
1319
The following functions are supported:
1420
* *Rounding*: `ceil`, `floor`, `trunc`, `round`
1521
* *Logarithmic*: `exp`, `exp2`, `expm1`, `log`, `log1p`, `log2`, `log10`

0 commit comments

Comments
 (0)