mirror of
https://github.com/simdjson/simdjson
synced 2026-06-08 17:27:07 +00:00
Target region for entire compilation of an implementation
This commit is contained in:
@@ -1,11 +1,8 @@
|
||||
#include "simdjson.h"
|
||||
#include "haswell/implementation.h"
|
||||
#include "haswell/begin_implementation.h"
|
||||
#include "haswell/dom_parser_implementation.h"
|
||||
|
||||
TARGET_HASWELL
|
||||
|
||||
namespace simdjson {
|
||||
namespace haswell {
|
||||
namespace SIMDJSON_IMPLEMENTATION {
|
||||
|
||||
WARN_UNUSED error_code implementation::create_dom_parser_implementation(
|
||||
size_t capacity,
|
||||
@@ -19,7 +16,8 @@ WARN_UNUSED error_code implementation::create_dom_parser_implementation(
|
||||
return SUCCESS;
|
||||
}
|
||||
|
||||
} // namespace haswell
|
||||
} // namespace SIMDJSON_IMPLEMENTATION
|
||||
} // namespace simdjson
|
||||
|
||||
UNTARGET_REGION
|
||||
#include "haswell/end_implementation.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user