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.

Comments

  1. External assembler and $LINK is probably the least worst option

    ReplyDelete
  2. One 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

Post a Comment