Peter Cordes

Results 6 issues of Peter Cordes

This doesn't fix everything: there's still a use-after-free bug in here somewhere, even with `mfence` instead of `lfence` or `sfence` in case even stronger barriers made a difference at the...

For example, http://felixcloutier.com/x86/MOVDQU.html > This instruction can be used to load a YMM register from a 256-bit memory > > 1. > > If alignment checking is enabled (CR0.AM =...

http://felixcloutier.com/x86/MOV.html is the entry for `MOV r32, DR0–DR7`. In a fork of this project, https://github.com/HJLebbink/asm-dude/wiki/MOV is regular GP-register `mov`, like `MOV r/m32,r32`. But HJLebbink's fork seems to have lost the...

Some entries have clean tables for the various forms of the instruction, like `66 0F C2 /r ib CMPPD xmm1, xmm2/m128, imm8`. But others don't use table formatting, and are...

http://felixcloutier.com/x86/CMPPD.html is pretty messed up; the column headers seem to repeat everything. The main table body seem to be ok. It's a tricky table because on "main" column has 4...

libtorrent version (or branch): 2.0.9-3 platform/architecture: x86-64 Arch GNU/Linux using package version 1:2.0.9-3 In Deluge-gtk (version 2.1.1-4 also from Arch distro packages), changing a file from "skip" to some other...