Review comment: Removed set_locale

This commit is contained in:
Sebastian Apel 2023-04-01 20:33:11 +02:00
parent 6e691af997
commit 100dc551e1

View file

@ -214,8 +214,6 @@ int main(int argc, char ** argv) {
printf("Iteration;NThreads; SizeX; SizeY; SizeZ; Required_FLOPS; Elapsed_u_Seconds; FLOPS_per_u_Second\n");
printf("==============================================================================================\n");
setlocale(LC_ALL,"de_DE_UTF8");
for (int i=0;i<10;i++) {
long long int start = ggml_time_us();