[FFmpeg-devel] [PATCH] HAVE_AMD3DNOW

Ramiro Polla ramiro.polla
Wed Jun 10 00:18:38 CEST 2009


On Tue, Jun 9, 2009 at 6:27 PM, Michael Niedermayer<michaelni at gmx.at> wrote:
> so issue closed, reason user refuses to tell us what problem intels c compiler
> on windows has with 3dnow. No error messages, nothing ...

Just the error message for the record:

$ cat femms.c
int main()
{
    __asm__ ("femms" ::: "memory");
    return 0;
}
$ icl femms.c
Intel(R) C++ Compiler Professional for applications running on IA-32,
Version 11.0    Build 20090318 Package ID: w_cproc_p_11.0.074
Copyright (C) 1985-2009 Intel Corporation.  All rights reserved.

femms.c
c:\msys\home\ramiro\code\smalls\femms.c(3): error: unknown opcode
"femms" -- __asm

(0): catastrophic error: fatal error: compilation terminated

compilation aborted for femms.c (code 4)



More information about the ffmpeg-devel mailing list