[clang][Interp][NFC] Use const references to Floating
in the static functions. Since a Floating is backed by an APFloat, we don't want to copy that around if it's not necessary.
parent
9f867a3c
Please register or sign in to comment
in the static functions. Since a Floating is backed by an APFloat, we don't want to copy that around if it's not necessary.