summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/Makefile.sources
diff options
context:
space:
mode:
authorRoland Scheidegger <[email protected]>2013-07-11 23:15:44 +0200
committerRoland Scheidegger <[email protected]>2013-07-13 18:42:17 +0200
commit9b8d97e5bf76219e84e4f4e9c90c16a543eb837d (patch)
tree19a50aa27f05b4fa8cd762656cb0eea6016ea401 /src/gallium/auxiliary/Makefile.sources
parent45574ab2e92f0bf74b18448baff49cb2eb5db620 (diff)
gallivm: better support for fast rsqrt
We had to disable fast rsqrt before because it wasn't precise enough etc. However in situations when we know we're not going to need more precision we can still use a fast rsqrt (which can be several times faster than the quite expensive sqrt). Hence introduce a new helper which does exactly that - it is probably not useful calling it in some situations if there's no fast rsqrt available so make it queryable if it's available too. v2: use fast_rsqrt consistently instead of rsqrt_fast, fix indentation, let rsqrt use fast_rsqrt. Reviewed-by: Brian Paul <[email protected]> Reviewed-by: Jose Fonseca <[email protected]>
Diffstat (limited to 'src/gallium/auxiliary/Makefile.sources')
0 files changed, 0 insertions, 0 deletions