From c57010802651d92159055ce0445f4603fa35fa67 Mon Sep 17 00:00:00 2001 From: Matt Pharr Date: Mon, 15 Aug 2011 04:44:17 -0700 Subject: [PATCH] Fix linux build of stencil example --- examples/stencil/stencil.cpp | 8 -------- 1 file changed, 8 deletions(-) diff --git a/examples/stencil/stencil.cpp b/examples/stencil/stencil.cpp index 9eb258af..302fef2b 100644 --- a/examples/stencil/stencil.cpp +++ b/examples/stencil/stencil.cpp @@ -85,14 +85,6 @@ extern void loop_stencil_serial(int t0, int t1, int x0, int x1, const float coef[5], const float vsq[], float Aeven[], float Aodd[]); -extern "C" { -extern void loop_stencil_ispc(int t0, int t1, int x0, int x1, - int y0, int y1, int z0, int z1, - int Nx, int Ny, int Nz, - const float coef[5], - const float vsq[], - float Aeven[], float Aodd[]); -} void InitData(int Nx, int Ny, int Nz, float *A[2], float *vsq) {