gstreamer/gst-libs/gst/floatcast
Steve Baker 21702eee6e adds functions gst_cast_float and gst_cast_double. Will use lrint and lrintf if available and a pure c rounding macro...
Original commit message from CVS:
adds functions gst_cast_float and gst_cast_double. Will use lrint and lrintf if available and a pure c rounding macro if not.

This is where optimised asm alternatives can be placed - omega, this means you!

However you have to prove that your asm version is faster than lrintf ;)
2002-04-26 09:21:14 +00:00
..
floatcast.h adds functions gst_cast_float and gst_cast_double. Will use lrint and lrintf if available and a pure c rounding macro... 2002-04-26 09:21:14 +00:00
Makefile.am currently this creates an empty shared library, just so the header can be installed. I would appreciate help on how ... 2002-04-26 09:18:39 +00:00