diff options
Diffstat (limited to 'posts')
-rw-r--r-- | posts/adieu-quake.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/posts/adieu-quake.md b/posts/adieu-quake.md index 8a81e3a..1d72f40 100644 --- a/posts/adieu-quake.md +++ b/posts/adieu-quake.md @@ -1,6 +1,6 @@ # Adieu, Quake! -[](http://www.youtube.com/watch?v=74i8aBOmyos "Quake on Rockbox") +[](http://www.youtube.com/watch?v=74i8aBOmyos)  @@ -209,7 +209,7 @@ void SND_PaintChannelFrom8 (int true_lvol, int true_rvol, signed char *sfx, int } ``` -I calculated about a 60% improvement in instructions/cycle over the +I calculated about a 60% improvement in instructions/sample over the optimized C version. Most of the saved cycles come from using `qadd` for saturation arithmetic and packing of memory operations. |