blob: 7205d50265c35665f5582e9d12c2f0d39495d3d1 [file] [log] [blame]
/* x86.h -- check for x86 CPU features
* Copyright (C) 2013 Intel Corporation Jim Kukunas
* For conditions of distribution and use, see copyright notice in zlib.h
*/
#ifndef X86_H
#define X86_H
#include "zlib.h"
extern int x86_cpu_enable_ssse3;
extern int x86_cpu_enable_simd;
void x86_check_features(void);
#endif /* X86_H */