aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/or1k/tininess.h
AgeCommit message (Collapse)AuthorFilesLines
2022-01-05or1k: math soft float supportStafford Horne1-0/+1
OpenRISC support hard float but I will like to submit that after glibc soft float goes upstream. The hard float support depends on adding user access to the FPCSR, which is not supported by the kernel yet. Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>