This website requires JavaScript.
Explore
Help
Sign in
teambeef
/
raze
Watch
0
Star
0
Fork
You've already forked raze
0
mirror of
https://github.com/DrBeef/Raze.git
synced
2025-02-22 11:41:08 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
6c6fdec733
raze
/
polymer
History
hendricks266
6c6fdec733
To avoid potential compiler bugs when inlining inline assembly, remove the asm variants of msqrtasm and always use the C version. Compilers generate equivalent or better assembly, and the function is used exactly once, in a routine called during startup.
...
git-svn-id:
https://svn.eduke32.com/eduke32@5909
1a8010ca-5511-0410-912e-c29ae57300e0
2016-10-23 19:47:36 +00:00
..
eduke32
To avoid potential compiler bugs when inlining inline assembly, remove the asm variants of msqrtasm and always use the C version. Compilers generate equivalent or better assembly, and the function is used exactly once, in a routine called during startup.
2016-10-23 19:47:36 +00:00
synthesis.sh
Makefile: Revamp setup of all things SDL.
2016-06-15 07:08:35 +00:00