Qiu Chaofan
Qiu Chaofan
[Yubikey.icns.zip](https://github.com/Yubico/yubioath-desktop/files/8572835/Yubikey.icns.zip)
If you want to make build successful here, add line `let hasSideEffects = 1 in` before `def MTSPR8` in `PPCInstr64Bit.td`. But **that is incorrect** because `IntrNoMem` will instruct the optimizer...
If you mean s390 on Linux, there's https://github.com/briansmith/ring/pull/1297 in review (but seems no recent response).
At least this can be built correctly (with Power + Clang).
oh-my-zsh has a config item in git named `oh-my-bash.hide-status`. When this set to 1, shell prompt won't load git status. Can we add that?
This works well and can be the foundation of more big endian targets (like AIX). Any blockers?
Hi @uweigand could you please CC me ([email protected])? AIX stuff may be related, thanks.
I see the use of `/proc/PID/status` is to get a map of parent-child relationship. An alternative is to read and parse output of `proctree PID` command.
Current POWER ISA says fsqrt is available since 'P2' and fsqrts is available since 'PPC'. Could you check whether 603 supports `fsqrts`, `fsub` and `fsubs`? From https://stuff.mit.edu/afs/sipb/contrib/doc/specs/ic/cpu/powerpc/mpc603e.pdf : > The...
Since `f80` is x86-only and `f64f64` is PowerPC-only, `x86_f80` and `ppc_f128` look clear and consistent with LLVM. If leading letter should be f, `f80_x86` and `f128_ppc` ... are okay but...