-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
88 changed files
with
1,970 additions
and
1,537 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[submodule "third-party/atomic"] | ||
path = third-party/atomic | ||
url = https://github.com/boostorg/atomic.git |
Submodule atomic
added at
fbdb5f
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
#ifndef WJR_X86_FORMAT_UTF8_HPP__ | ||
#define WJR_X86_FORMAT_UTF8_HPP__ | ||
#ifndef WJR_ARCH_X86_FORMAT_UTF8_HPP__ | ||
#define WJR_ARCH_X86_FORMAT_UTF8_HPP__ | ||
|
||
#include <wjr/arch/x86/simd/simd.hpp> | ||
|
||
namespace wjr::utf8 {} // namespace wjr::utf8 | ||
|
||
#endif // WJR_X86_FORMAT_UTF8_HPP__ | ||
#endif // WJR_ARCH_X86_FORMAT_UTF8_HPP__ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
#ifndef WJR_X86_JSON_LEXER_HPP__ | ||
#define WJR_X86_JSON_LEXER_HPP__ | ||
#ifndef WJR_ARCH_X86_JSON_LEXER_HPP__ | ||
#define WJR_ARCH_X86_JSON_LEXER_HPP__ | ||
|
||
#include <wjr/arch/x86/simd/simd.hpp> | ||
|
||
#if WJR_HAS_SIMD(SSSE3) | ||
#define WJR_HAS_BUILTIN_JSON_LEXER_READER_READ_BUF WJR_HAS_DEF | ||
#define WJR_HAS_BUILTIN_JSON_MINIFY_BUF WJR_HAS_DEF | ||
#define WJR_HAS_BUILTIN_JSON_LEXER_READER_READ_BUF WJR_HAS_DEF | ||
#define WJR_HAS_BUILTIN_JSON_MINIFY_BUF WJR_HAS_DEF | ||
#endif | ||
|
||
#endif // WJR_X86_JSON_LEXER_HPP__ | ||
#endif // WJR_ARCH_X86_JSON_LEXER_HPP__ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
#ifndef WJR_X86_JSON_STRING_HPP__ | ||
#define WJR_X86_JSON_STRING_HPP__ | ||
#ifndef WJR_ARCH_X86_JSON_STRING_HPP__ | ||
#define WJR_ARCH_X86_JSON_STRING_HPP__ | ||
|
||
#include <wjr/arch/x86/simd/simd.hpp> | ||
|
||
#if WJR_HAS_SIMD(SSE2) | ||
#define WJR_HAS_BUILTIN_JSON_PARSE_STRING WJR_HAS_DEF | ||
#define WJR_HAS_BUILTIN_JSON_CHECK_STRING WJR_HAS_DEF | ||
#define WJR_HAS_BUILTIN_JSON_PARSE_STRING WJR_HAS_DEF | ||
#define WJR_HAS_BUILTIN_JSON_CHECK_STRING WJR_HAS_DEF | ||
#endif | ||
|
||
#endif // WJR_X86_JSON_STRING_HPP__ | ||
#endif // WJR_ARCH_X86_JSON_STRING_HPP__ |
Oops, something went wrong.