Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | LoongArch: Use __builtin_logb{,f} with GCC >= 13 | Xiaolin Tang | 2022-11-29 | 1 | -0/+10 |
GCC 13 compiles these built-ins instead of generic implementation for function logb. Link: https://gcc.gnu.org/r13-3922 Co-Authored-By: Xi Ruoyao <xry111@xry111.site> |