forked from OSchip/llvm-project
11 lines
392 B
C
11 lines
392 B
C
//===-- generic/include/clc/math/native_tan.h -----------------------------===//
|
|
|
|
//
|
|
// The LLVM Compiler Infrastructure
|
|
//
|
|
// This file is dual licensed under both the University of Illinois Open Source
|
|
// License and the MIT license. See LICENSE.TXT for details.
|
|
//
|
|
//===----------------------------------------------------------------------===//
|
|
#define native_tan tan
|