[PATCH] Fast-math fold: x / (y * sqrt(z)) -> x * rsqrt(z) / y
hfinkel at anl.gov
hfinkel at anl.gov
Mon Oct 6 11:52:12 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 ]
LGTM, thanks!
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