Pathologically Eclectic Rubbish Lister | |
PerlMonks |
How best to write a cross-platform .xs module using x64 assembler?by cnd (Acolyte) |
on Mar 28, 2017 at 08:18 UTC ( [id://1186207]=perlquestion: print w/replies, xml ) | Need Help?? |
cnd has asked for the wisdom of the Perl Monks concerning the following question:
I wish to donate an intel chip-speed algorithm to perl users.
It works exclusively on 64bit x64 compatible CPUs (mac, windows, linux at least). What would be the best way to make this available, and what build instructions (if any) do I need for those platforms so users can get and use my module ? Is anyone aware of any existing assembler .xs modules that work at least on linux, preferable also mac and maybe windows ? If anyone has suggestions for which assembler toolchains and debugging environments I should use for build pre-release testing - those would also be greatly received! Chris.
Back to
Seekers of Perl Wisdom
|
|