The Markdown implementation in goog doesn't support tables :(
This commit is contained in:
14
README.md
14
README.md
@@ -232,13 +232,13 @@ Which isn't right and will crash horribly.
|
|||||||
(Preliminary) Results
|
(Preliminary) Results
|
||||||
=====================
|
=====================
|
||||||
|
|
||||||
+----------+-----+------+------------+---+------+----+-------+
|
+----------+-----+------+------------+---+------+----+-------+
|
||||||
| Name|Small|Branch|RIP Relative|AVX|RDRAND|Loop|TailRec|
|
| Name|Small|Branch|RIP Relative|AVX|RDRAND|Loop|TailRec|
|
||||||
+----------+-----+------+------------+---+------+----+-------+
|
+----------+-----+------+------------+---+------+----+-------+
|
||||||
| PolyHook| X | X | X | X | | | |
|
| PolyHook| X | X | X | X | | | |
|
||||||
| MinHook| X | X | X | | | | X |
|
| MinHook| X | X | X | | | | X |
|
||||||
| MHook| | | X | | | | |
|
| MHook| | | X | | | | |
|
||||||
+----------+-----+------+------------+---+------+----+-------+
|
+----------+-----+------+------------+---+------+----+-------+
|
||||||
|
|
||||||
As expected nothing could correctly hook the loop. In fact I had to comment out
|
As expected nothing could correctly hook the loop. In fact I had to comment out
|
||||||
those parts because even Catch2 couldn't recover from the crashes generated by
|
those parts because even Catch2 couldn't recover from the crashes generated by
|
||||||
|
|||||||
Reference in New Issue
Block a user