CS Lab machines have met their nemesis
authorSam Moore <[email protected]>
Mon, 4 Aug 2014 07:52:58 +0000 (15:52 +0800)
committerSam Moore <[email protected]>
Mon, 4 Aug 2014 07:52:58 +0000 (15:52 +0800)
commit55790e6cc129dcac3b3d001c7f5c74c288642123
treea13f5d4bd406179663a9a0d44f73072a2e9430f0
parent612d71e94fa4a4ca394fb1f566926392e95a2fa8
CS Lab machines have met their nemesis

The ongoing adventures of overcomplicated makefile land.

David is dictating this commit message by the way,

PS:
 They are i686 and only g++0x from before 0x

Tune in next week for another exciting episode (or installment, you, the
viewer, decide!) of randomly ifdefing things out! Will our heroes
successfully defeat the 32 bit long? Or will they perish in an integer
overflow?

(I think the project is beginning to affect our minds)
18 files changed:
src/Makefile
src/add_digits_asm.S [new file with mode: 0644]
src/add_digits_asm.s [deleted file]
src/arbint.h
src/div_digits_asm.S [new file with mode: 0644]
src/div_digits_asm.s [deleted file]
src/framebuffer.h
src/graphicsbuffer.h
src/main.h
src/mul_digits_asm.S [new file with mode: 0644]
src/mul_digits_asm.s [deleted file]
src/objectrenderer.cpp
src/real.h
src/screen.h
src/sub_digits_asm.S [new file with mode: 0644]
src/sub_digits_asm.s [deleted file]
src/vfpu.cpp
src/vfpu.h

UCC git Repository :: git.ucc.asn.au