Implement abs, labs and llabs with template.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Thanks for the patch. Feel free to do labs and llabs as well. You can drive all of them off of a C++ template implementation.
libc/src/stdlib/abs_utils.h | ||
---|---|---|
15 | Nit: May be give it a name integer_abs and avoid the _ prefix. |
Fix.