The IMPOSSIBLE RISCV HACK: Vector Extension 0.7.1-draft w/ current Linux kernel! – René Rebe

This page summarizes the projects mentioned and recommended in the original post on /r/RISCV

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
InfluxDB high-performance time series database
Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
influxdata.com
featured
  1. thead-kernel

    Original from https://gitee.com/thead-yocto/kernel

    The https://github.com/revyos/thead-kernel might be useful to compare as they've got vector working, though that is a 5.10.113 kernel source.

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. riscv-gnu-toolchain

    GNU toolchain for RISC-V, including GCC (by brucehoult)

    To build rvv programs I use brucehoults rvv 0.7.1 toolchain and some assembly macros, so I can write a subset of rvv 1.0 that I can run on rvv 0.7.1: https://github.com/brucehoult/riscv-gnu-toolchain https://github.com/camel-cdr/rvv-d1/blob/main/rvv-rollback.S

  4. rvv-d1

    Enable rvv on MangoPi MQ-Pro (Allwinner D1) linux

    To build rvv programs I use brucehoults rvv 0.7.1 toolchain and some assembly macros, so I can write a subset of rvv 1.0 that I can run on rvv 0.7.1: https://github.com/brucehoult/riscv-gnu-toolchain https://github.com/camel-cdr/rvv-d1/blob/main/rvv-rollback.S

  5. simd

    Discontinued Branch of the spec repo scoped to discussion of SIMD in WebAssembly

    I'd love to see OpenCL or WasmSIMD support for RVV 071.

  6. qemu

    I see the commits that started switch support from RVV 071 to 100 start here, https://gitlab.com/qemu-project/qemu/-/commit/9ec6622db30df1c00d863c1ffc33341f9e0a534d

  7. InfluxDB

    InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • ECMAScript Proposals and the TC39 Process

    1 project | dev.to | 15 Apr 2025
  • JavaScript Pipelines and Pipeline Operator Proposal

    1 project | dev.to | 10 Apr 2025
  • Nullish Coalescing and Optional Chaining Explained

    1 project | dev.to | 7 Apr 2025
  • Jupyter JEP: AI Representation for tools that interact with notebooks

    2 projects | news.ycombinator.com | 13 Mar 2025
  • Optimizing Jupyter Notebooks for LLMs

    2 projects | news.ycombinator.com | 18 Jan 2025

Did you know that C is
the 6th most popular programming language
based on number of references?