1 # Comments are (aix-weak-1a.s type) wins over/loses to (aix-weak-1b.s type) 2 # (strong common) loses to (strong data) 3 0*10000010 D a 4 # (strong common) wins over (weak data) 5 0*10000020 B b 6 # (strong data) wins over (strong common) 7 0*10000000 D c 8 # (weak data) loses to (strong common) 9 0*10000028 B d 10 # (weak common) loses to (strong data) 11 0*10000018 D e 12 # (weak common) wins over (weak data) 13 0*10000024 W f 14 # (strong data) wins over (weak common) 15 0*10000008 D g 16 # (weak data) wins over (weak common) 17 0*1000000c W h 18