zcranberry吧 关注:11贴子:1,613
  • 9回复贴,共1
By using these routines you can achieve execution speeds considerable faster than equivalent code written in standard ANSI C language
TI给的lib,哪个层面效率高了?
TI给的 mathlib
http://processors.wiki.ti.com/index.php?title=Software_libraries


1楼2012-06-25 13:59回复
    今天验证了下。DSP下的long int 确实64bit


    3楼2012-06-28 13:39
    回复
      减少冗余,以后写代码第一要务。


      4楼2012-07-08 14:40
      回复
        还得考虑系统兼容问题。


        5楼2012-07-09 13:43
        回复
          mathlib,貌似在cmd文件里写的顺序,会影响结果。可能是编译优先级的问题。
          另外,有的lib貌似需要直接放到工程根目录下,有的就不需要,真闹心。


          6楼2012-09-17 20:46
          回复
            采样问题,还得仔细考虑。


            7楼2012-09-19 10:03
            回复
              rebuild all的时候cmd文件就会被改写,不知道为什么。
              -lc67xfastMath.lib就会被重写。
              貌似cmd文件部分是自己生产的,所以只能每次rebuild all之后手动加这么一句话,或者就只用increment build


              8楼2012-09-21 14:05
              回复
                CCS3.3真是各种bug,不能忍。找个时间赶紧换成4


                9楼2012-09-24 23:08
                回复
                  一个30行的程序写出来居然有11KB,不能理解。。
                  用到的函数极其简单。


                  10楼2012-12-11 00:21
                  回复
                    转个贴
                    http://coolshell.cn/articles/8638.html


                    11楼2012-12-11 10:28
                    回复