Exemplo n.º 1
0
__m128 test_mm_fnmadd_ss(__m128 a, __m128 b, __m128 c) {
  // CHECK-LABEL: test_mm_fnmadd_ss
  // CHECK: @llvm.x86.fma.vfnmadd.ss
  return _mm_fnmadd_ss(a, b, c);
}
Exemplo n.º 2
0
__m128
check_mm_fnmadd_ss (__m128 a, __m128 b, __m128 c)
{
  return _mm_fnmadd_ss (a, b, c);
}