Re: compiling the kernel (LINT) with icc, open problem

2002-04-10 Thread Alexander Leidinger
On 9 Apr, aaron wrote: Hmmm... BTW I would be very interested how icc compares to gcc32. Seems both have code to optimize for MMX, SSE, and the nice vector stuff in recent i386 processors. Feel free to send results. :-) This might not be such an issue with the kernel but I thouhgt it

compiling the kernel (LINT) with icc, open problem

2002-04-09 Thread Alexander Leidinger
Hi, I'm on the way to compile the kernel with icc, ongoing status is available in http://www.leidinger.net/FreeBSD/. Feel free to review/comment/... At the moment the major open problem is: opt_global.h gets included via the -include directive of gcc. This isn't possible with icc. My suggested

Re: compiling the kernel (LINT) with icc, open problem

2002-04-09 Thread aaron
On Tuesday 09 April 2002 17:22, you wrote: Hmmm... BTW I would be very interested how icc compares to gcc32. Seems both have code to optimize for MMX, SSE, and the nice vector stuff in recent i386 processors. This might not be such an issue with the kernel but I thouhgt it could benefit -lm :)