#include "lp_test.h"
-struct sincos_test_case {
-};
-
-
void
write_tsv_header(FILE *fp)
{
PIPE_ALIGN_STACK
static boolean
-test_sincos(unsigned verbose, FILE *fp, const struct sincos_test_case *testcase)
+test_sincos(unsigned verbose, FILE *fp)
{
LLVMModuleRef module = NULL;
LLVMValueRef test_sin = NULL, test_cos = NULL;
#else /* !PIPE_ARCH_SSE */
static boolean
-test_sincos(unsigned verbose, FILE *fp, const struct sincos_test_case *testcase)
+test_sincos(unsigned verbose, FILE *fp)
{
return TRUE;
}