[MIPS] Fix mips32r1 build
Fix regression from 6701fbe5f0
.
The rdhwr instruction is unsupported by mips32r1 cpus, but is
supported via kernel emulation on those cpus.
Change-Id: Ieb3343fff0f0da54003044f451c90e1c761208eb
This commit is contained in:
parent
a46ff66457
commit
ecacc3f164
@ -163,6 +163,7 @@ namespace android {
|
||||
asm volatile( \
|
||||
".set push\n\t" \
|
||||
".set noreorder\n\t" \
|
||||
".set mips32r2\n\t" \
|
||||
"rdhwr %[tls], $29\n\t" \
|
||||
"lw %[t0], %[OPENGL_API](%[tls])\n\t" \
|
||||
"beqz %[t0], 1f\n\t" \
|
||||
|
@ -163,6 +163,7 @@ using namespace android;
|
||||
asm volatile( \
|
||||
".set push\n\t" \
|
||||
".set noreorder\n\t" \
|
||||
".set mips32r2\n\t" \
|
||||
"rdhwr %[tls], $29\n\t" \
|
||||
"lw %[t0], %[OPENGL_API](%[tls])\n\t" \
|
||||
"beqz %[t0], 1f\n\t" \
|
||||
|
@ -219,6 +219,7 @@ GL_API void GL_APIENTRY glWeightPointerOESBounds(GLint size, GLenum type,
|
||||
asm volatile( \
|
||||
".set push\n\t" \
|
||||
".set noreorder\n\t" \
|
||||
".set mips32r2\n\t" \
|
||||
"rdhwr %[tls], $29\n\t" \
|
||||
"lw %[t0], %[OPENGL_API](%[tls])\n\t" \
|
||||
"beqz %[t0], 1f\n\t" \
|
||||
|
Loading…
Reference in New Issue
Block a user