当前位置:  技术问答>linux和unix

'asm' operand has impossible constraints

    来源: 互联网  发布时间:2016-09-04

    本文导语:  #make dct64_sse.c:73: error: can't find a register in class 'GENERAL_REGS' while reloading 'asm' dct64_sse.c:73: error: can't find a register in class 'GENERAL_REGS' while reloading 'asm' dct64_sse.c:102: error: can't find a register in class 'GENERAL_REG...

#make
dct64_sse.c:73: error: can't find a register in class 'GENERAL_REGS' while reloading 'asm'
dct64_sse.c:73: error: can't find a register in class 'GENERAL_REGS' while reloading 'asm'
dct64_sse.c:102: error: can't find a register in class 'GENERAL_REGS' while reloading 'asm'
dct64_sse.c:48: error: 'asm' operand has impossible constraints
dct64_sse.c:48: error: 'asm' operand has impossible constraints
dct64_sse.c:48: error: 'asm' operand has impossible constraints
dct64_sse.c:48: error: 'asm' operand has impossible constraints


     33 void dct64_sse(real *a,real *b,real *c)
     34 {
     35     static real __attribute__ ((aligned(16))) b1[0x20];
     36     static real __attribute__ ((aligned(16))) b2[0x20];
     37     static real const one = 1.f;
     38 
     39     short *out0 = (short*)a;
     40     short *out1 = (short*)b;
     41 
     42     {
     43         real *costab = costab_mmx;
     44         int i;
     45 
     46         for (i = 0; i 

    
 
 
 
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。












  • 相关文章推荐
  • /usr/include/asm/目录,其中asm代表什么意思???
  • 关于_asm_宏定义的问题
  • Java 字节码操纵框架 ASM
  • asm文件夹在那里?
  • CentOS 5.5 找不到asm/atomic.h的问题
  • 介绍本好的asm的教材
  • 新手请教 asm_volatile?
  • inline asm問題
  • expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘typedef'
  • 包含<asm/semaphore.h>后编译通不过???
  • oracle中fdisk导致的ASM磁盘数据丢失的解决方法
  • asm/atomic.h 头文件的问题
  • asm volatile("incl %0":"+r"(b));是原子操作么。。。
  • 在Linux下怎么编译.asm文件?
  • error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘{’ token
  • error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘. '
  • Oracle ASM自动管理存储管理简介
  • 找不到asm/hardware.h在哪个目录,怎么办?
  • __asm__ __volatile__("": : :"memory");啥意思啊?
  • 为什么在我的引导程序setup.asm里,初始化8253定时器后,程序不能往下运行,而取消初始化后能???


  • 站内导航:


    特别声明:169IT网站部分信息来自互联网,如果侵犯您的权利,请及时告知,本站将立即删除!

    ©2012-2021,,E-mail:www_#163.com(请将#改为@)

    浙ICP备11055608号-3