Go to file
hendricks266 a1f317ecfc compat.h: Upgrade our byteswapping functions with new versions that I have experimentally confirmed to compile down to the appropriate single assembly instructions on x86 and x86_64. As part of this, make them constexpr, and remove the OS-specific and inline assembly variants as sub-par due to these two improvements.
git-svn-id: https://svn.eduke32.com/eduke32@6116 1a8010ca-5511-0410-912e-c29ae57300e0
2017-04-12 08:30:26 +00:00
jit The great repository rearrangement of 2017. 2017-02-01 10:01:11 +00:00
package The great repository rearrangement of 2017. 2017-02-01 10:01:11 +00:00
platform Remove HAVE_INTTYPES define. 2017-02-25 08:15:20 +00:00
source compat.h: Upgrade our byteswapping functions with new versions that I have experimentally confirmed to compile down to the appropriate single assembly instructions on x86 and x86_64. As part of this, make them constexpr, and remove the OS-specific and inline assembly variants as sub-par due to these two improvements. 2017-04-12 08:30:26 +00:00
.gitignore Some tweaks to the cleanup. 2017-02-03 21:59:45 +00:00
Android.mk Remove HAVE_INTTYPES define. 2017-02-25 08:15:20 +00:00
Common.mak Makefile: Replace "gnu" with "c" in language standard declarations if we are using clang. 2017-03-27 17:13:13 +00:00
GNUmakefile Makefile: Add phony target "clang-tools" for use with clang-tools. 2017-03-23 20:47:11 +00:00
_clang-format The great repository rearrangement of 2017. 2017-02-01 10:01:11 +00:00