1d99bb014Slntue //===-- Differential test for hypot ---------------------------------------===// 2d99bb014Slntue // 3d99bb014Slntue // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 4d99bb014Slntue // See https://llvm.org/LICENSE.txt for license information. 5d99bb014Slntue // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 6d99bb014Slntue // 7d99bb014Slntue //===----------------------------------------------------------------------===// 8d99bb014Slntue 9d99bb014Slntue #include "BinaryOpSingleOutputPerf.h" 10d99bb014Slntue 11d99bb014Slntue #include "src/math/hypot.h" 12d99bb014Slntue 13d99bb014Slntue #include <math.h> 14d99bb014Slntue 15*1ace91f9SJob Henandez Lara BINARY_OP_SINGLE_OUTPUT_PERF(double, double, LIBC_NAMESPACE::hypot, ::hypot, 16d99bb014Slntue "hypot_perf.log") 17