Pass a variable, including type, to the function building for-loops
so that the index variable can have any integer type, not just unsigned
32-bit. This enables a few simplifications, including eliminating the
locName function. It also avoids implicit type conversions in the
code generated for the pow function.
Pass a variable, including type, to the function building for-loops so that the index variable can have any integer type, not just unsigned 32-bit. This enables a few simplifications, including eliminating the locName function. It also avoids implicit type conversions in the code generated for the pow function.