The _gmpy() intrinsic on C64x+ and later DSP cores uses GPLYA versus GPLYB based on which side the GMPY instruction executes on. If a developer wants to use two different generator polynomials at the same time, is there a way to constrain a particular call to _gmpy() to use side A or side B, and thus use the intended polynomial?
If the current answer is no, it would be nice if the compiler recognized intrinsics like _gmpya() and _gmpyb() to do this, keeping _gmpy() for cases where GPLYA==GPLYB and the developer wants to leave the side assignment to the compiler.