Beispiel #1
0
// Test the more complicated cases of [suf]32 and f64
float64x2_t test_vmaxq_f64(float64x2_t a1, float64x2_t a2) {
  // CHECK: test_vmaxq_f64
  return vmaxq_f64(a1, a2);
  // CHECK llvm.aarch64.neon.fmax.v2f64
}
Beispiel #2
0
float64x2_t
test_vmaxq_f64 (float64x2_t __a, float64x2_t __b)
{
  return vmaxq_f64(__a, __b);
}