google / highway

Performance-portable, length-agnostic SIMD with runtime dispatch
Apache License 2.0
4.13k stars 315 forks source link

HTML documentation appears to be out of date? #2257

Closed jwnimmer-tri closed 3 months ago

jwnimmer-tri commented 3 months ago

First, thanks for the really great library. We are starting to use it now in https://drake.mit.edu/.

I was looking for the documentation about InterleaveEven, which was added in PR #2008. I first looked at the html page but didn't find it. Then, I checked the quick_reference.md source directly, and it was there.

Possibly the markdown => html updating pipeline has bitrotted?

I know GitHub this year deprecated they legacy pages worker. Drake had to add some github actions to keep our docs publishing.

jan-wassenberg commented 3 months ago

Hi @jwnimmer-tri , thanks for the kind words and for reaching out. Glad to hear Highway is useful. If you like, feel free to add Drake to the list of users.

huh, I haven't seen a pipeline failure. It reports green though there is actually a permissions issue in the log. Will fix shortly, please let us know whether that clears the logjam :)

jwnimmer-tri commented 3 months ago

Confirmed as fixed. Thanks!