Remove print

This commit is contained in:
Srihari-mcw 2025-08-13 00:13:21 +05:30 committed by Manogna-Sree
parent a3957d1173
commit ac42365ca5
1 changed files with 0 additions and 8 deletions

View File

@ -24,14 +24,6 @@
#define UNUSED GGML_UNUSED
void print_m512f(const __m512 vec) {
const float *values = (const float*)&vec;
for (int i = 0; i < 16; i++) {
printf("%f ", values[i]);
}
printf("\n");
}
#if defined(__AVX__)
#if defined(__F16C__)
#if defined(__AVX512F__)