summaryrefslogtreecommitdiff
path: root/arch/x64/linux/math
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.
2018-02-25Make math.nbtheory.ln to a template functionEugen Wissner
2017-10-02math.nbtheory: Implement natural logarithmEugen Wissner
2017-09-13math: Add floating point support to absEugen Wissner