Skip to content
Snippets Groups Projects
Commit 4c72a1a9 authored by Bimba Shrestha's avatar Bimba Shrestha
Browse files

adding vector to main loop

parent 11c1e5c9
No related branches found
No related tags found
No related merge requests found
......@@ -80,6 +80,10 @@ ZSTD_compressBlock_fast_generic(
}
/* Main Search Loop */
#ifdef __INTEL_COMPILER
#pragma vector always
#pragma ivdep
#endif
while (ip1 < ilimit) { /* < instead of <=, because check at ip0+2 */
size_t mLength;
BYTE const* ip2 = ip0 + 2;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment