1

Does Open64 has something equivalent to Intel Short Vector Math Library Operations.

Thank you.

Pokechu22
  • 4,984
  • 9
  • 37
  • 62
pic11
  • 14,267
  • 21
  • 83
  • 119

2 Answers2

1

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.

pic11
  • 14,267
  • 21
  • 83
  • 119
0

Open64 is just a compiler, so you can link what ever library you needs to the object file that open64 compiler generates.

Kun Ling
  • 2,211
  • 14
  • 22