LIU Hao
LIU Hao
I have a [Dell MS7421W wireless mouse](https://www.dell.com/en-us/shop/dell-premier-rechargeable-wireless-mouse-ms7421w/apd/570-able/pc-accessories) which has a four-direction wheel. On Windows when we scroll the wheel forwards, the view port and scroll bar of the target window...
At work I intermittently need to open some very large (300+ MiB) log files of plain text. When I open such a file with Notepad3, there is a warning message...
This follows https://github.com/clangd/vscode-clangd/issues/390#issuecomment-1975056244 by @HighCommander4, but details about the current behavior are https://github.com/clangd/vscode-clangd/issues/390#issuecomment-1645383861 by @MK-Alias (and thanks for the screenshots!). I have a habit of typing the immediate `(` after...
 Some obvious issues: - [x] 1. Memory allocation of stacks and contexts also costs very much, but it can be mitigated by linking against tcmalloc. - [ ] 2....
Indeed there are some issues with the Intel syntax e.g. one may want to use `SP` as the name of a function or static variable which would confuse the assembler,...
一些小小的问题
和现在的 MCFCRT 比较了一下,因为 MCFCRT 不打算支持 AVX 就只测试了 SSE 的(实际上是懒得改,其实比较简单,目前的复制操作都是两个连续 `movups` 打包的,这地方改改就能支持 AVX):  ```plaintext gcc (gcc-7-branch HEAD with MCF thread model, built by LH_Mouse.) 7.3.1 20180125 Copyright (C) 2017 Free...
…w-w64 targets. On MinGW and mingw-w64 targets, `memcpy()` is imported from MSVCRT.DLL. With regard to benchmarking purposes, we have to eliminate the overhead of implicit importation by specifying `dllexport` explicitly....
Instead of https://github.com/boostorg/interprocess/blob/a0c5a8ff176434c9024d4540ce092a2eebb8c5c3/include/boost/interprocess/detail/atomic.hpp#L174 we should have ```c "xadd { %1, %0 | %0, %1 }": ```
With 6.24.309.1.rc3, I notice a change: Usually I do drag-n-drop with Ctrl held to perform a fast copy (into the same window or to another); but now click with Ctrl...
## Fixes - Fixes #211 by @lhmouse ## Description Fix spacing issues in Simplified Chinese license 4.0 translations and typo in CC BY-NC-ND 4.0 (zh-Hans) ## Checklist - [x] My...