commit | 10ce6779e8a64c33add70e440f885c210f3fa6ee | [log] [tgz] |
---|---|---|
author | José Fonseca <jfonseca@vmware.com> | Wed Aug 11 15:13:17 2010 +0100 |
committer | José Fonseca <jfonseca@vmware.com> | Wed Aug 11 15:14:10 2010 +0100 |
tree | 2536d6330e1f5774652fcd26bc86bdc426fdcc49 | |
parent | f8533482f4a9b5ee7107f4e653d4ebf99ac63e2e [diff] |
gallivm: Use lp_build_div instead of lp_build_mul + lp_build_rcp. Single divide, so let lp_build_div decide how to implement this. This will save a multiplication in architectures which don't have a RCP intrinsic.