Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas authored Jul 31, 2017
1 parent c5af77f commit 95f8584
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

[![Build Status](https://travis-ci.org/JuliaDiffEq/MuladdMacro.jl.svg?branch=master)](https://travis-ci.org/JuliaDiffEq/MuladdMacro.jl)
[![Build status](https://ci.appveyor.com/api/projects/status/ospomrhxtmiylx57?svg=true)](https://ci.appveyor.com/project/ChrisRackauckas/muladdmacro-jl)
[![Coverage Status](https://coveralls.io/repos/ChrisRackauckas/MuladdMacro.jl/badge.svg?branch=master&service=github)](https://coveralls.io/github/ChrisRackauckas/MuladdMacro.jl?branch=master)
[![codecov.io](http://codecov.io/github/ChrisRackauckas/MuladdMacro.jl/coverage.svg?branch=master)](http://codecov.io/github/ChrisRackauckas/MuladdMacro.jl?branch=master)
[![Coverage Status](https://coveralls.io/repos/github/JuliaDiffEq/MuladdMacro.jl/badge.svg?branch=master)](https://coveralls.io/github/JuliaDiffEq/MuladdMacro.jl?branch=master)
[![codecov.io](http://codecov.io/github/JuliaDiffEq/MuladdMacro.jl/coverage.svg?branch=master)](http://codecov.io/github/JuliaDiffEq/MuladdMacro.jl?branch=master)

This package provides the `@muladd` macro. It automatically converts expressions
with multiplications and additions to calls with `muladd` which then fuse via
Expand Down

0 comments on commit 95f8584

Please sign in to comment.