summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Collapse)Author
2018-09-01Add module for network interfacesEugen Wissner
2018-08-28Add constants and syscall for if_nametoindexEugen Wissner
2018-08-08Update asm mangling to match GDC's D frontendEugen Wissner
2018-06-12Implement auto-decoding free equal comparisonEugen Wissner
Fix #39.
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-04-22Use syscall instead of mmap and munmapEugen Wissner
2018-02-25Make math.nbtheory.ln to a template functionEugen Wissner
2018-02-04Fix handling of misaligned bytes in fillEugen Wissner
2017-10-02math.nbtheory: Implement natural logarithmEugen Wissner
2017-09-26Fix #304Eugen Wissner
Replace inline assembly with GAS.
2017-09-19Add thrd_current for x86-64 linuxEugen Wissner
2017-09-13math: Add floating point support to absEugen Wissner
2017-09-12Add syscalls to x86-64 linuxEugen Wissner