Riku Salminen

Results 12 comments of Riku Salminen

@drakmail, @SevenBits . You should be able to build this using any operating system that can run GNU GCC and GNU Binutils, including Mac OS X. You can not use...

@Overv I built a i686-pc-elf toolchain from source and built and tested MineAssemble with it. Works like a charm. I changed the Makefile to use i686-pc-elf-ld and i686-pc-elf-gcc explicitly. Here's...

@SevenBits sure go ahead and use crosstool-ng, it probably works.

I encountered this same issue. @lialan 's Gist patch solves the problem.

Thanks for this suggestion and the links. I have not been working on this project in a long time, but I'll reconsider this when I get back to some SIMD...

Left some comments about the test files and Makefile. Most of this looks alright.

Some of your commit messages are not in the format that git ui tools expect it to be, please follow this convention: http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html If this convention is not followed, some...

Thanks for the benchmarking! Sorry for not merging yet, I have not had the opportunity to work on any 3d graphics for a while. If you want to help me...

Ok, no problem if you don't have time to clean up the patches. I will definitely merge your work when I get the opportunity to work on some 3d graphics...

I'll gladly accept a pull request for this. @Aktau, do you want to do the fix? Do you happen to know if __builtin_shuffle is a recent addition to GCC? I...