kinkyoreo / mupen64plus

Automatically exported from code.google.com/p/mupen64plus
0 stars 0 forks source link

Integrate x86 assembly code in glN64 #42

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
There is a large amount of assembly code in glN64 which is currently never
used because the macro "X86_ASM" is not defined.  I need to go through all
of this code and either:

1. Remove it if it's scalar code
2. For vector or optimized code:
   a. integrate the 32-bit code and test
   b. write corresponding 64-bit code and test

Original issue reported on code.google.com by richard...@gmail.com on 7 Apr 2008 at 12:53

GoogleCodeExporter commented 8 years ago
All of the asm code in glN64 turned out to be scalar, so I removed almost all 
of it
in rev 795.

Original comment by richard...@gmail.com on 21 Jul 2008 at 2:44