AMD Open64: Optimized math functions
Does Open64 has something equivalent to Intel Short Vector Math Li开发者_运维问答brary Operations.
Thank you.
OK, I more or less figured it out. AMD OpenMP ships with AMD's math library ACML. ACML has functions similar to those in Intel's library.
Open64 is just a compiler, so you can link what ever library you needs to the object file that open64 compiler generates.
精彩评论