Date: Tue, 25 Jul 1995 14:28:50 -0700 From: Bruce Evans <bde> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/include cpufunc.h Message-ID: <199507252128.OAA13404@freefall.cdrom.com>
next in thread | raw e-mail | index | archive | help
bde 95/07/25 14:28:49 Modified: sys/i386/include cpufunc.h Log: Fix bogus constraint "i" that only worked with -O. The cases where it didn't work are somewhat bogusly optimized away before the constraint is checked. We still expect constants passed to inline functions to remain constant, but if the compiler ever decides that they aren't constant then it will just generate slightly slower code instead of an error.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199507252128.OAA13404>