[RISCV] Check isFixedLengthVector before calling getVectorNumElements in getSingleShu...
[llvm-project.git] / libc / test / src / complex / creal_test.cpp
blob14dc550932d7d52872e9e9e4f37087a03baee92c
1 //===-- Unittests for creal -----------------------------------------------===//
2 //
3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4 // See https://llvm.org/LICENSE.txt for license information.
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6 //
7 //===----------------------------------------------------------------------===//
9 #include "CRealTest.h"
11 #include "src/complex/creal.h"
13 LIST_CREAL_TESTS(_Complex double, double, LIBC_NAMESPACE::creal)