Skip to content

Instantly share code, notes, and snippets.

@dzaima
dzaima / generate.c
Last active February 20, 2026 12:44 — forked from camel-cdr/README.md
Visualizing the RISC-V Instruction Set
#ifndef SEL
#define SEL 2 // select between first and second image
#endif
#include <stdio.h>
#include <stdlib.h>
#include <stdint.h>
#include <stdbool.h>
#include <immintrin.h>