[libc-commits] [libc] [libc] [search] implement hcreate(_r)/hsearch(_r)/hdestroy(_r) (PR #73469)

Schrodinger ZHU Yifan via libc-commits libc-commits at lists.llvm.org
Tue Nov 28 08:39:04 PST 2023


SchrodingerZhu wrote:

@lntue I addressed your code reviews in latest commit. 

There is one complication: `SSE2` should be enabled on default, so I add `DISABLE_SSE2_OPT` as a negative feature flag instead.

https://github.com/llvm/llvm-project/pull/73469


More information about the libc-commits mailing list