further investigation note
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Tue, 27 Oct 2020 20:34:20 +0000 (20:34 +0000)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Tue, 27 Oct 2020 20:34:20 +0000 (20:34 +0000)
3d_gpu/architecture/compared_to_register_renaming.mdwn

index 15430a7f99e35819b2221874607a4f806d99a47c..1e2866e341fdb6db1b204a07d5b3b00fb0b2764f 100644 (file)
@@ -37,7 +37,6 @@ void f(uint64_t *r3, uint64_t r4) {
     } while(--ctr != 0);
 }
 ```
-
 [See on Compiler Explorer](https://gcc.godbolt.org/z/hzf7d7)
 
 It produces the following Power instructions (edited for style):