summaryrefslogtreecommitdiff
path: root/arch/x64/linux/math/abs.S
AgeCommit message (Collapse)Author
2021-03-12Remove the sys packageEugen Wissner
2018-05-08Fix math.nbtheory linkage to asmEugen Wissner
Don't use extern for templated functions. If the function argument is const, it gets a different mangling. So define a private function for each floatint point length and call it from template.
2017-09-13math: Add floating point support to absEugen Wissner