diff --git a/driver/level2/tpmv_U.c b/driver/level2/tpmv_U.c index 4f21c5318..7ec0828f8 100644 --- a/driver/level2/tpmv_U.c +++ b/driver/level2/tpmv_U.c @@ -42,7 +42,11 @@ // const static FLOAT dp1 = 1.; -int CNAME(BLASLONG m, FLOAT *a, FLOAT *b, BLASLONG incb, void *buffer){ +int +#ifndef C_MSVC +__attribute__((visibility("hidden"))) +#endif + CNAME(BLASLONG m, FLOAT *a, FLOAT *b, BLASLONG incb, void *buffer){ BLASLONG i; FLOAT *B = b;