CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2016/09/06 12:33:35
Modified files: lib/libc/arch/amd64: SYS.h Log message: Remove branch prediction hints from conditional branch instructions. These hints are not recognized by clang's builtin assembler and the opcode prefixes they generate have been no-ops for all CPUs after the Pentium 4. ok guenther@