Skip to content

Commit

Permalink
remove merge conflict marker from readme
Browse files Browse the repository at this point in the history
  • Loading branch information
armcknight authored Jan 10, 2019
1 parent 5dcfb59 commit 7359cdd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# BaseMath

<<<<<<< HEAD
Basic math functions for float and double arrays in Swift for Mac or Linux, with no dependencies, via the `BaseVector` protocol. They are generally around 3-5x faster than standard swift loops or maps, since they use pointers, which avoids the overhead of Swift's copy-on-write checking. The following functions are provided (all also have a version suffixed with `_` and a version prefixed with `sum` - see below of details):

- Binary functions,: `sqr`, `abs`, `min`, `max`, `pow`, `atan2`, `copysign`, `fdim`, `fmax`, `fmin`, `hypot`, `nextafter`, `add`, `sub`, `mul`, `div`, `subRev`, `divRev`
Expand Down

0 comments on commit 7359cdd

Please sign in to comment.