about summary refs log tree commit diff
path: root/src/math/mips
Commit message (Collapse)AuthorAgeFilesLines
* mips: add single-instruction math functionsinfo@mobile-stream.com2019-10-144-0/+64
SQRT.fmt exists on MIPS II+ (float), MIPS III+ (double). ABS.fmt exists on MIPS I+ but only cores with ABS2008 flag in FCSR implement the required behaviour.