mirror of
https://github.com/simdjson/simdjson
synced 2026-06-08 17:27:07 +00:00
8 lines
201 B
C
8 lines
201 B
C
#ifndef SIMDJSON_WESTMERE_H
|
|
#define SIMDJSON_WESTMERE_H
|
|
|
|
#include "simdjson/westmere/begin.h"
|
|
#include "simdjson/generic/amalgamated.h"
|
|
#include "simdjson/westmere/end.h"
|
|
|
|
#endif // SIMDJSON_WESTMERE_H
|