[Mingw-w64-public] about the error error: multiple storage classes in declaration specifiers

2012-02-17 Thread Vincent Torri
hey i have that code in a header file : static __forceinline __m128i mul_256_sse3(__m128i a, __m128i c) { *** } and gcc (4.7) complains with the error error: multiple storage classes in declaration specifiers does someone know why ? thank you Vincent Torri

Re: [Mingw-w64-public] about the error error: multiple storage classes in declaration specifiers

2012-02-17 Thread JonY
On 2/18/2012 07:45, Vincent Torri wrote: hey i have that code in a header file : static __forceinline __m128i mul_256_sse3(__m128i a, __m128i c) { *** } and gcc (4.7) complains with the error error: multiple storage classes in declaration specifiers does someone know why ? thank

Re: [Mingw-w64-public] about the error error: multiple storage classes in declaration specifiers

2012-02-17 Thread Vincent Torri
On Sat, Feb 18, 2012 at 1:40 AM, JonY jo...@users.sourceforge.net wrote: On 2/18/2012 07:45, Vincent Torri wrote: hey i have that code in a header file : static __forceinline __m128i mul_256_sse3(__m128i a, __m128i c) { *** } and gcc (4.7) complains with the error error: multiple storage

Re: [Mingw-w64-public] about the error error: multiple storage classes in declaration specifiers

2012-02-17 Thread Vincent Torri
On Sat, Feb 18, 2012 at 7:08 AM, Vincent Torri vincent.to...@gmail.com wrote: On Sat, Feb 18, 2012 at 1:40 AM, JonY jo...@users.sourceforge.net wrote: On 2/18/2012 07:45, Vincent Torri wrote: hey i have that code in a header file : static __forceinline __m128i mul_256_sse3(__m128i a,

Re: [Mingw-w64-public] about the error error: multiple storage classes in declaration specifiers

2012-02-17 Thread JonY
On 2/18/2012 14:37, Vincent Torri wrote: On Sat, Feb 18, 2012 at 7:08 AM, Vincent Torri vincent.to...@gmail.com wrote: On Sat, Feb 18, 2012 at 1:40 AM, JonY jo...@users.sourceforge.net wrote: On 2/18/2012 07:45, Vincent Torri wrote: hey i have that code in a header file : static