Skip to content

Commit 93283e4

Browse files
committed
support
1 parent 76fc026 commit 93283e4

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ See either https://ewindy.gitee.io/fast_io_rst/index.html or https://gitee.com/q
6767
- Consistent error handling; when available, exceptions as the **only** error reporting mechanism (no `std::error_code`, `std::system_error` or useless bounds checking)
6868
- Freestanding mode.
6969
- Address Sanitizer special code for protecting memory safety issues.
70+
- Dynamic Instrumentation Support
7071

7172
- Supports POSIX iconv. You can use fast_io for your coding conversion.
7273
- Binary serialization for trivially copyable types and standard containers

support.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
- Windows Kernel Driver
5757
- Linux Kernel Module
5858
- wasm2lua (Compile fast_io to Lua!)
59+
- Intel PinTool (Dynamic Instrumentation)
5960
- Any other platform (if you want me to support it, tell me, including your own OS)
6061

6162
## Kernel Driver Support
@@ -141,3 +142,4 @@ On Windows 95 or 95 Plus! you can enable `-O3` but not `-Ofast`. You'll also nee
141142
## Special Support
142143
- LLVM Address Sanitizer
143144
- Full freestanding support (which means we do not have any headers besides freestanding headers. Tested with GCC's --disable-hosted-libstdcxx without any libc, including newlib)
145+
- Pintool support

0 commit comments

Comments
 (0)