Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要一个可以生成(SSE 等)操作码的汇编器编译器SIMD,它还应该可以生成可以在 C#(Visual Studio 2010)中轻松使用的 .DLLs 库。或者,如果可能的话,我可以使用带有汇编功能的 Delphi/C++ 编译器。
SIMD
老实说,我不知道这是否是您的问题,但我可以确认 Delphi 的内置汇编器 - 就像 Visual Studio 中的 C++ 编译器* - 支持 SIMD 指令(不同版本的 SIMD 指令集,根据编译器版本)。是的,它们都可以用来制作 DLL。
(* NB:内联汇编仅适用于 VC++ 中的 32 位平台;Delphi 支持 32 位和 64 位的内联汇编)