Live data from Hacker News

Viewing profile — programmerjake

programmerjake

HN member
Joined
Fri, Jul 09, 2021, 12:18 AM UTC
HN karma
3
Public activity
2 items

About programmerjake

No profile information was provided.

Recent public activity

  1. comment
    Comment #28241761

    Well, Rust is getting support for portable vectors (I'm one of the ones working on that): https://github.com/rust-lang/portable-simd

  2. comment
    Comment #27779221

    Rust supports powerpc64le-unknown-linux-gnu, it is in-fact what we used to test a lot of POWER9's instructions to replicate the exact results that POWER9 gives, since the ISA spec …