Skip to content

Commit 1815307

Browse files
authored
Update README.md
1 parent 47b4d51 commit 1815307

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,13 @@ from which I was able to extract `libclang_rt.builtins-x86_64.bc` using the comm
6565
```
6666
extract-bc -b libclang_rt.builtins-x86_64.a
6767
```
68-
This bitcode module has definitons for those pesky instrinsics like
69-
`__mulxc3`, `__mulsc3`, and `__muldc3`.
70-
68+
This bitcode module has definitions for those pesky instrinsics like
69+
`__mulxc3`, `__mulsc3`, and `__muldc3`:
70+
```
71+
define { x86_fp80, x86_fp80 } @__mulxc3(x86_fp80 %__a, x86_fp80 %__b, x86_fp80 %__c, x86_fp80 %__d) #0 {
72+
...
73+
}
74+
```
7175
Of course all this effort is not very interesting unless you have some fun
7276
with the bitcode before this final linking phase.
7377

0 commit comments

Comments
 (0)