OSDN Git Service

Minor fix for log2
authorAlexis Hetu <sugoi@google.com>
Thu, 6 Jul 2017 21:12:47 +0000 (17:12 -0400)
committerAlexis Hétu <sugoi@google.com>
Fri, 7 Jul 2017 14:10:41 +0000 (14:10 +0000)
commita781af7d5a1930d82d20c0cbc9d66fc8a42391e0
tree5fb55b34ed92a2eb6110f4dbc77e4779ba7ac0a5
parent027288cc059bf507bc8bfb692344d6e6369c38ed
Minor fix for log2

No behavior is modified in this cl. log2() was calling logarithm2()
with the wrong options, but logarithm2() currently ignores all
options, so this had no consequence. Fixing to prevent future errors.

Change-Id: I6518d9d90fc1f34cadab2de12657064b2510b463
Reviewed-on: https://swiftshader-review.googlesource.com/10429
Tested-by: Alexis Hétu <sugoi@google.com>
Reviewed-by: Nicolas Capens <capn@google.com>
src/Shader/ShaderCore.cpp