diff options
| author | 2020-03-12 17:55:24 +0000 | |
|---|---|---|
| committer | 2020-03-12 17:55:24 +0000 | |
| commit | 6d5e141cc0be07b072ccdfc65adbbbf0a6086af8 (patch) | |
| tree | 1cf7b06c259a0f043205dbe806788029b6fb4450 /opengl/libagl/fp.cpp | |
| parent | 74b017b2d9f295ae0e626c0850cb09e8e620b0fb (diff) | |
| parent | ba4d743a1652c4236557092df3ba6fe2000ff6c1 (diff) | |
Merge "Remove mips." am: ba4d743a16
Change-Id: Ibb623e2bd173a7ccdab11b96431c8c3a9c07677d
Diffstat (limited to 'opengl/libagl/fp.cpp')
| -rw-r--r-- | opengl/libagl/fp.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opengl/libagl/fp.cpp b/opengl/libagl/fp.cpp index a7a4f7b102..ae5f1fe213 100644 --- a/opengl/libagl/fp.cpp +++ b/opengl/libagl/fp.cpp @@ -19,7 +19,7 @@ // ---------------------------------------------------------------------------- -#if !(defined(__arm__) || (defined(__mips__) && !defined(__LP64__) && __mips_isa_rev < 6)) +#if !defined(__arm__) GGLfixed gglFloatToFixed(float v) { return GGLfixed(floorf(v * 65536.0f + 0.5f)); } |