mbitsnbites
- Karma
- 0
- Created
- ()
- Submissions
- 0
- How to make Firefox builds 17% faster (blog.farre.se)
- Calculate time to crack a cryptographic key (web tool) (bruteforce.bitsnbites.eu)
-
Today's find: You can get a floating-point approximation of 1/x that's accurate to 3 bits with a single integer subtraction instruction. float fast_reciprocal(float x) { unsigned i = *(unsigned *) &x; i = 0x7effffffU -…
- Quake 2 on an FPGA (MRISC32 CPU) [video] (vimeo.com)
- Quake on an FPGA (MRISC32 CPU) [video] (vimeo.com)
- Debunking CISC vs. RISC code density (bitsnbites.eu)
- Getting Started with MRISC32 (bitsnbites.eu)
- Three Fundamental Flaws of SIMD (bitsnbites.eu)
- MRISC32 – Stabilizing the Base Architecture (bitsnbites.eu)
- The MRISC32 – A vector first CPU design (bitsnbites.eu)