What trick would you recommend if I wanted to include AVX assembly in Delphi?
What trick would you recommend if I wanted to include AVX assembly in Delphi?
I'd hate to have to include literal hex codes.
I seem to recall there is a way to include .o files, but can't find how.
I'd hate to have to include literal hex codes.
I seem to recall there is a way to include .o files, but can't find how.
External assembler and $LINK is probably the least worst option
ReplyDeleteI used atelierweb.com - Linking Assembly Language with Delphi Part II | Atelier Web (combined with part I) and that worked reasonably well in my trivial test.
ReplyDeleteOne way that worked really well for me was to use FPC to code the AVX code and link the genered .o file into Delphi.
ReplyDelete