gallivm: Import the code to compute the minimax polynomials.
authorJosé Fonseca <jfonseca@vmware.com>
Sat, 8 May 2010 20:44:58 +0000 (21:44 +0100)
committerJosé Fonseca <jfonseca@vmware.com>
Sat, 8 May 2010 22:29:05 +0000 (23:29 +0100)
commitffebc7f2a7eaa2db5c998448412a91a7594f241c
tree648f6e1f08c4cc746fb21741d1e93b0769294314
parentc376dadbb07eccf18801b9983be15f6329335d1e
gallivm: Import the code to compute the minimax polynomials.

It's quite a pain to remember the details after a while, and it is quite
likely we'll want to use this again, either for different polynomial
orders or different functions, so commit it here.
src/gallium/auxiliary/gallivm/f.cpp [new file with mode: 0644]