[PATCH] Fast-math fold: x / (y * sqrt(z)) -> x * rsqrt(z) / y
Steven Noonan
steven at uplinklabs.net
Thu Oct 9 09:15:01 PDT 2014
Previous message:
[PATCH] Fast-math fold: x / (y * sqrt(z)) -> x * rsqrt(z) / y
Next message:
[PATCH] [dwarfdump] Implement extraction of file information referenced in .debug_info.
Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
REPOSITORY rL LLVM
http://reviews.llvm.org/D5628
Previous message:
[PATCH] Fast-math fold: x / (y * sqrt(z)) -> x * rsqrt(z) / y
Next message:
[PATCH] [dwarfdump] Implement extraction of file information referenced in .debug_info.
Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the llvm-commits mailing list