This website requires JavaScript.
Explore
Help
Sign in
zdoom
/
raze-gles
Watch
0
Star
0
Fork
You've already forked raze-gles
0
mirror of
https://github.com/ZDoom/raze-gles.git
synced
2025-04-13 10:21:00 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
No description
5909
commits
2
branches
1
tag
128
MiB
C++
78.3%
C
17.1%
ZenScript
2%
M4
0.5%
Yacc
0.5%
Other
1.5%
6c6fdec733
Find a file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Cite this repository
BibTeX
Cancel
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
polymer
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
.gitignore
Update ignore rules.
2016-05-23 04:54:13 +00:00