Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve documentation for std::{f32,f64}::mul_add #77027

Merged
merged 2 commits into from
Dec 11, 2020
Merged

Improve documentation for std::{f32,f64}::mul_add #77027

merged 2 commits into from
Dec 11, 2020

Commits on Sep 21, 2020

  1. Edit documentation for std::{f32,f64}::mul_add.

    Makes it more clear that a performance improvement is not guaranteed
    when using FMA, even when the target architecture supports it natively.
    fu5ha committed Sep 21, 2020
    Configuration menu
    Copy the full SHA
    72a5cbb View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2020

  1. generalize warning

    fu5ha committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    a6d98d8 View commit details
    Browse the repository at this point in the history