numeric-loops 0.1.0

Efficient numerical loops (sum, dot product) with optional nightly-using special cases and optimizations.
Documentation
numeric-loops
=============

Please read the `API documentation here`__

__ https://docs.rs/numeric-loops/

|build_status|_ |crates|_

.. |build_status| image:: https://travis-ci.org/bluss/numeric-loops.svg?branch=master
.. _build_status: https://travis-ci.org/bluss/numeric-loops

.. |crates| image:: http://meritbadge.herokuapp.com/numeric-loops
.. _crates: https://crates.io/crates/numeric-loops


Crate Feature Flags
-------------------

The following crate feature flags are available. They are configured in
your `Cargo.toml`.

- ``use_nightly``

  - Optional, requires Recent nightly compiler
  - Enables optimizations using fast math flags and specialization


How to use with cargo::

    [dependencies]
    numeric-loops = "0.1"

Recent Changes
--------------

- 0.1.0

  - Initial release.

License
=======

Licensed under the Apache License, Version 2.0
http://www.apache.org/licenses/LICENSE-2.0 or the MIT license
http://opensource.org/licenses/MIT, at your
option. This file may not be copied, modified, or distributed
except according to those terms.