Skip to content

Commit

Permalink
Add inverse square root article
Browse files Browse the repository at this point in the history
  • Loading branch information
francisrstokes committed May 29, 2024
1 parent 4a526e2 commit 422129f
Show file tree
Hide file tree
Showing 9 changed files with 556 additions and 0 deletions.
554 changes: 554 additions & 0 deletions 2024/5/29/fast-inverse-sqrt.md

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ The [feed generator is bespoke](./feed-builder/index.ts), and why you might argu

## Articles

- [Everything I Know About The Fast Inverse Square Root Algorithm](./2024/5/29/fast-inverse-sqrt.md) [29/5/2024]
- [Why the CORDIC algorithm lives rent-free in my head](./2024/5/10/cordic.md) [10/5/2024]
- [Building A Jank UART to USB Cable From Scavenged Parts](./2023/3/1/building-a-jank-uart-cable-from-scavenged-parts.md) [3/1/2023]
- [Rolling your own crypto: Everything you need to build AES from scratch (and then never use it for anything of consequence)](./2022/6/15/rolling-your-own-crypto-aes.md) [15/06/2022]
- [Notes on a lateral career move](./2022/4/29/notes-on-a-lateral-career-move.md) [29/04/2022]
Expand Down
Binary file added assets/fast-inverse-sqrt/floats-as-ints.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/fast-inverse-sqrt/infinity.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/fast-inverse-sqrt/log2-vs-ints.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/fast-inverse-sqrt/log2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/fast-inverse-sqrt/nan.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/fast-inverse-sqrt/normal.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/fast-inverse-sqrt/subnormal.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 422129f

Please sign in to comment.