while(*str != need) ++str;
str[len]=0;
return *str ? str : 0;
}
char bar[1024]; char* en = stpcpy(bar, "hello"); if( strchr_fast(bar, en-bar, 'z') ) puts(":)"); else puts(":(");
Compiler can use autovetorization, but you Need to allineate data
^
^
Обсуждают сегодня