You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 20, 2020. It is now read-only.
/// Round packed single-precision (32-bit) floating point elements in `a`/// according to the flag `b`. The value of `b` may be as follows:/// 0x00: Round to the nearest whole number./// 0x01: Round down, toward negative infinity./// 0x02: Round up, toward positive infinity./// 0x03: Truncate the values./// For a few additional values options, check [the LLVM docs](///https://github.com/llvm-mirror/clang/blob/master/lib/Headers/avxintrin.h#L414/// ).
stdsimd formatting style has a 79 column limit. That is, that link must be split into two lines. Everything I've tried breaks rustdoc.
Markdown supports line breaks on URLs:
and
but currently rustdoc does not (e.g. it inserts
%0A
in the URLs).This is bad, because rustfmt cannot format long links, and if one splits them across different lines, rustdoc then fails to link properly.
The text was updated successfully, but these errors were encountered: