mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-27 12:40:09 +01:00
llvmpipe: Fix lp_build_polynomial comment.
This commit is contained in:
parent
72c9878069
commit
85c27c3ef7
1 changed files with 1 additions and 1 deletions
|
|
@ -1095,7 +1095,7 @@ lp_build_log(struct lp_build_context *bld,
|
|||
|
||||
/**
|
||||
* Generate polynomial.
|
||||
* Ex: x^2 * coeffs[0] + x * coeffs[1] + coeffs[2].
|
||||
* Ex: coeffs[0] + x * coeffs[1] + x^2 * coeffs[2].
|
||||
*/
|
||||
static LLVMValueRef
|
||||
lp_build_polynomial(struct lp_build_context *bld,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue