1 /* simd_stub.c -- stub implementations
2 * Copyright (C) 2014 Intel Corporation
3 * For conditions of distribution and use, see copyright notice in zlib.h
10 int x86_cpu_enable_simd
= 0;
12 void ZLIB_INTERNAL
crc_fold_init(deflate_state
*const s
) {
16 void ZLIB_INTERNAL
crc_fold_copy(deflate_state
*const s
,
18 const unsigned char *src
,
23 unsigned ZLIB_INTERNAL
crc_fold_512to32(deflate_state
*const s
) {
28 void ZLIB_INTERNAL
fill_window_sse(deflate_state
*s
)
33 void x86_check_features(void)