Sha256: db553e2c74f24124cc6a4ca2d571dc378d382e63b13b4404a51a6316a82cab93

Contents?: true

Size: 290 Bytes

Versions: 8

Compression:

Stored size: 290 Bytes

Contents

#ifndef RAPIDJSON_H
#define RAPIDJSON_H 1

#include "ruby.h"
#include "ruby/encoding.h"

#ifdef __SSE2__
#define RAPIDJSON_SSE2
#endif

/* fixme: compilation fails? */
#if 0
#ifdef __SSE4_2__
#define RAPIDJSON_SSE42
#endif
#endif

#include "rapidjson/rapidjson.h"

#endif /* RAPIDJSON_H */

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
rapidjson-0.4.0 ext/rapidjson/cext.hh
rapidjson-0.3.0 ext/rapidjson/cext.hh
rapidjson-0.2.3 ext/rapidjson/cext.hh
rapidjson-0.2.2 ext/rapidjson/cext.hh
rapidjson-0.2.1 ext/rapidjson/cext.hh
rapidjson-0.2.0 ext/rapidjson/cext.hh
rapidjson-0.1.1 ext/rapidjson/cext.hh
rapidjson-0.1.0 ext/rapidjson/cext.hh