I am getting this issue compiling on osx
fatal error: error in backend: 32-bit absolute addressing is not supported in 64-bit mode
by this line of code in inline-ASM:
movq grsoT0(,%%rdi,8), %%mm1
OSX does not allow me to define absolute addressing, I need to convert this to relocatable addressing. Could you help me? I don't know how.... I don't really understand this line. (trying to port a software on OSX)