Signalogic, Inc.

Results 11 comments of Signalogic, Inc.

Signalogic has published a BASOP upgrade proposal. As a non-member we can't upload the doc to the ITU site so we have posted it on our STL Github fork: https://github.com/signalogic/STL/blob/dev/doc/Signalogic_ITU_Non-Member_SG12_BASOPS_Upgrade.pdf

For anyone who arrives here after hours of scouring stackoverflow and other forums, on Ubuntu 16.04 with ldd 2.23 or 2.24 we had to turn off lto (i.e. not use...

Hi Erik, thanks very much for your feedback ! Some comments and notes: 1) Asserting upon overflow inside non _ovf operators sounds good. If we make that behavior a build-time...

Hi Erik, let me reply to your comments first, then Stefan's. 1. My view of default behavior for global variable usage would be to maintain compatibility with legacy codec source...

Hi Stefan- I agree with most of your comments. In particular, your philosophy on explicitly specifying "no global variables" (i.e. the BASOP_NOGLOB #define) I think is correct, and the polarity...

Signalogic has published a BASOP upgrade proposal. As a non-member we can't upload the doc to the ITU site so we have posted it on our STL Github fork: https://github.com/signalogic/STL/blob/dev/doc/Signalogic_ITU_Non-Member_SG12_BASOPS_Upgrade.pdf...

Continued upgraded basop development: 1) Updated proposal document, including more explanation of the (i) ITU GPL license issue and (ii) rationale for backward compatibility support (Signalogic_ITU_Non-Member_SG12_BASOPS_Upgrade_v2.pdf) 2) Reversed preprocessor macro...

Ok thanks. I documented the problem in detail in the comments section at: https://maskray.me/blog/2020-11-26-all-about-symbol-versioning it seems corrected under gcc 11.x and higher

with gcc 4.x thru 10.x and only the version script, objdump on the resulting lib shows: 0000000000000000 g DO *ABS* 0000000000000000 GLIBC_2.2.5 GLIBC_2.2.5 which looks odd to me. With 11.x,...