Re: svn commit: r233683 - head/sys/x86/include

2012-03-30 Thread Bruce Evans
On Thu, 29 Mar 2012, Dimitry Andric wrote: Log: Revert sys/x86/include/endian.h to what it was before r233419, as that revision has two problems: - It can produce worse code with both clang and gcc. - It doesn't fix the actual issue introduced in r232721, which will be fixed in the next c

svn commit: r233683 - head/sys/x86/include

2012-03-29 Thread Dimitry Andric
Author: dim Date: Thu Mar 29 23:30:17 2012 New Revision: 233683 URL: http://svn.freebsd.org/changeset/base/233683 Log: Revert sys/x86/include/endian.h to what it was before r233419, as that revision has two problems: - It can produce worse code with both clang and gcc. - It doesn't fix the