Register
Log in
Username:
Password:
Projects
News
Forums
Wiki
Library
Mission
handmade.network Library
C / C++
Article
SIMD for C++ Developers
★ 1
1
Hundred Year Mistakes
★ 0
0
Some history on C's weird operator precedence rules.
Blog
Hundred Year Mistakes
★ 0
0
Some history on C's weird operator precedence rules.
Online Book
C FAQ
★ 0
0
Content from the book "C Programming FAQs: Frequently Asked Questions"
Other
How to Avoid the C/C++ Runtime on Windows
★ 2
0
Pointers and Memory
★ 1
0
This document explains how pointers and memory work and how to use them—from the basic concepts through all the major programming techniques. For each topic there is a combination of discussion, sample C code, and drawings.
SIMD for C++ Developers
★ 0
0
Introduction and deep dive on SIMD/vectorizing code for C++ developers.
Website
C FAQ
★ 0
0
Content from the book "C Programming FAQs: Frequently Asked Questions"
x86/x64 SIMD Instruction List (with register diagrams)
★ 0
0
A table holding most common x86/x64 SIMD with useful diagrams (infer at a glance what it does).
YouTube Series
Bare-Metal MCU #9 - Review; ATTiny85 from scratch
★ 0
0
Brief review of the full series, learn to program an AVR microcontroller without needing the Arduino IDE/environment.