icculus / Serious-Engine

An open source version of a game engine developed by Croteam for the classic Serious Sam games.
GNU General Public License v2.0
165 stars 23 forks source link

Asm rework #47

Closed notaz closed 8 years ago

notaz commented 8 years ago

This rearranges the asm code so that it's a bit less of a burden for various platforms. It's now more or less autodetected if the asm is suitable for the platform in question, but there is still a cmake switch to force-disable it (asm is now on by default), and nasm stuff has it's own switch (default off).