Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

I am not sure you can do it within the .spyx file. Though a cython file (.pyx) can be converted to a .c file (this is Cython job). Then you can compile it with some extra C code (that may contains assembler code). Have a look at Cython code compilation.

click to hide/show revision 2
No.2 Revision

I am not sure you can do it within the .spyx file. Though a cython file (.pyx) can be converted to a .c file (this is Cython job). Then you can compile it with some extra C code (that may contains assembler code). Have a look at Cython code compilation.

click to hide/show revision 3
No.3 Revision

I am not sure you can do it within the with .spyx file. file (that is a special mix between Cython and sage). Though a cython file (.pyx) can be converted to a .c file (this is Cython job). Then you can compile it with some extra C code (that may contains assembler code). Have a look at Cython code compilation.