Avoid memcpy for txdataF_BF if no precoding
In order to speed up processing if precoding is disabled, we just copy the pointer from txdataF to txdataF_BF, as opposed to do a full memcpy() to duplicate the data. The same happens if we cannot have precoding, i.e., in SISO. Handle the case of precoding in allocation of the txdataF_BF structure accordingly.
Showing
Please register or sign in to comment