Re: [Mingw-w64-public] can the function attribute __sysv_abi__ be used to call amd64 asm functions ?

2011-03-17 Thread Amstoutz Marc
, 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

Re: [Mingw-w64-public] can the function attribute __sysv_abi__ be used to call amd64 asm functions ?

2011-02-04 Thread Amstoutz Marc
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

[Mingw-w64-public] can the function attribute __sysv_abi__ be used to call amd64 asm functions ?

2011-02-02 Thread Amstoutz Marc
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