Fabian Peddinghaus

Results 12 comments of Fabian Peddinghaus

@xinetzone @areusch there is a PR for that already #12731

Ahh, okay. Thanks for clearing that up for me. I am not sure. But when trying to "reproduce" the code it would be helpful to have all needed imports at...

That is indeed a valid argument. However, `import matplotlib.pyplot as plt` is not omitted in the examples, even though one could argue `plt` is also a well-established shortcut. Are there...

Have there been any updates since the issue was first opened?

See my PR #28.

I second the spelling mistake of the MSP430FR2476 https://github.com/platformio/platformio-docs/pull/239

*Providing some more Infos:* Compiling the following `main.c` with an `rv32gcv` toolchain: ``` #include #include int main() { asm("addi a1, a1, 1"); asm("c.addi a1, 1"); printf("hello world!\n"); } ``` and...

3. Yes, there already is a [v1.0-rc1](https://github.com/riscv/riscv-v-spec/releases/tag/v1.0-rc1) (released June this year). While it still is a release candidate, the following (taken from the PDF spec) seems pretty ensuring: ``` When...

While the RISC-V vector extension has already defined a version 1.0, there appears to be no [tool support](https://github.com/riscv-collab/riscv-gnu-toolchain) for it as of now. Thus, @rafzi rightfully suggested postponing any further...

Reading [this](https://github.com/riscv-collab/riscv-gcc/issues/282) makes me wonder if we should consider LLVM. @rafzi what do you think?