[PATCH] Fast-math fold: x / (y * sqrt(z)) -> x * rsqrt(z) / y
Bill Schmidt
wschmidt at linux.vnet.ibm.com
Mon Oct 6 12:00:48 PDT 2014
Previous message:
[PATCH] Fast-math fold: x / (y * sqrt(z)) -> x * rsqrt(z) / y
Next message:
[PATCH] Fast-math fold: x / (y * sqrt(z)) -> x * rsqrt(z) / y
Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Patch looks fine to me as well!
http://reviews.llvm.org/D5628
Previous message:
[PATCH] Fast-math fold: x / (y * sqrt(z)) -> x * rsqrt(z) / y
Next message:
[PATCH] Fast-math fold: x / (y * sqrt(z)) -> x * rsqrt(z) / y
Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the llvm-commits mailing list