Low-level, high-standard engineering, unconstrained by commercial compromise.
Pinned Loading
-
SIMD-style (SWAR) Bit-Packed 8-Bit K...
SIMD-style (SWAR) Bit-Packed 8-Bit Keyboard Matrix Debouncer 1// Matrix Mx8 kbd scan with debouncing, depth = 42// Mod n-history stage for different depth level3#define M 7 // Number of columns in your matrix
4// 4-stage history and stable state per column5typedef struct {
-
Euclidean modulus with division for ...
Euclidean modulus with division for ARM M33 1@ ==============================================================================2@ euc_div_mod
3@ ==============================================================================4@ Calculates both a mathematically floored quotient and a strictly non-negative5@ remainder concurrently using a high-velocity branchless bitmask workflow.
-
fast_gamma_16b.c
fast_gamma_16b.c 1#include <stdint.h>
23uint16_t fast_gamma_16b(uint32_t* l2_lut, uint32_t g_q24, int n) {
4if (n == 0) return 0;
5 -
rp2350_hub75_agp-public
rp2350_hub75_agp-public PublicPublic overview and tracker for the Autonomous HUB75 graphics pipeline for RP2350.
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.