,
Marc
-Message d'origine-
De : NightStrike [mailto:nightstr...@gmail.com]
Envoyé : jeudi 17 mars 2011 15:53
À : Amstoutz Marc
Cc : Kai Tietz; mingw-w64-public@lists.sourceforge.net
Objet : Re: [Mingw-w64-public] can the function attribute __sysv_abi__ be used
to call amd64 asm func
ktiet...@googlemail.com]
Envoyé : mercredi 2 février 2011 11:30
À : Amstoutz Marc
Cc : mingw-w64-public@lists.sourceforge.net
Objet : Re: [Mingw-w64-public] can the function attribute __sysv_abi__ be used
to call amd64 asm functions ?
2011/2/2 Amstoutz Marc :
> Hello experts,
>
>
>
> I would like
Hello experts,
I would like to use asm functions that were written for a linux-64
application within mingw64 target.
After some searches (gcc function attributes and ioquake3 project), I
found that decorating the prototypes of those functions with sysv_abi
could be an option.
Do you think t