# optimization: for MRs with no parallel branch in float, REF_[ENCODER|DECODER]_PATH and MERGE_SOURCE_FLOAT_REF_[ENCODER|DECODER]_PATH are the same (see wiki: https://forge.3gpp.org/rep/sa4/audio/ivas-basop/-/wikis/CI-Environment#how-are-regressions-calculated).
# Hence, we only need to do a second reference creation run if the paths are distinct as the result would be the same otherwise. This saves time for branches with no parallel branch in float.
-|
if [ $REF_ENCODER_PATH != $MERGE_SOURCE_FLOAT_REF_ENCODER_PATH ] || [ $REF_DECODER_PATH != $MERGE_SOURCE_FLOAT_REF_DECODER_PATH ]; then