mirror of https://github.com/google/gemma.cpp.git
parent
3cdd5e524a
commit
fce5c8c967
|
|
@ -341,7 +341,7 @@ BlobError BlobReader::Open(const char* filename) {
|
||||||
#endif
|
#endif
|
||||||
if (fd_ < 0) return __LINE__;
|
if (fd_ < 0) return __LINE__;
|
||||||
|
|
||||||
#if HWY_OS_LINUX
|
#if HWY_OS_LINUX && (!defined(__ANDROID_API__) || __ANDROID_API__ >= 21)
|
||||||
// Doubles the readahead window, which seems slightly faster when cached.
|
// Doubles the readahead window, which seems slightly faster when cached.
|
||||||
(void)posix_fadvise(fd_, 0, 0, POSIX_FADV_SEQUENTIAL);
|
(void)posix_fadvise(fd_, 0, 0, POSIX_FADV_SEQUENTIAL);
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue