diff options
author | Hendiadyoin1 <leon.a@serenityos.org> | 2022-04-06 16:31:45 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2022-04-06 18:30:22 +0200 |
commit | 7ba2e5e3e74e42d9cadee0aaec317c20e431dc2d (patch) | |
tree | f5f54957d5b102071cd8de912962d00e467b99ad /Userland/Libraries/LibDiff | |
parent | 688782efab6ac083150833d39751938b01d6417f (diff) | |
download | serenity-7ba2e5e3e74e42d9cadee0aaec317c20e431dc2d.zip |
LibX86: Add CMPXCHG8B, RDRAND and RDSEED
With this we can run following script with no errors:
```sh
for /usr/lib/*.so {
disasm "$it" > /dev/zero
}
```
Diffstat (limited to 'Userland/Libraries/LibDiff')
0 files changed, 0 insertions, 0 deletions