public inbox for libffi-discuss@sourceware.org
 help / color / mirror / Atom feed
* libffi intel icc and src/x86/ffi64.c
@ 2012-04-03 13:31 Aaron Webster
  2012-04-06 12:48 ` Anthony Green
  0 siblings, 1 reply; 2+ messages in thread
From: Aaron Webster @ 2012-04-03 13:31 UTC (permalink / raw)
  To: libffi-discuss

I've seen some things on the internet about people trying to build libffi
with intel icc, which doesn't define __int128_t. 

I've found that you can just use 

long long sse[MAX_SSE_REGS];

instead of __int128_t in src/x86/ffi64.c, and everything will compile fine.
I think the real intel type is something like __m128, but I'm not 100%
sure.

--
Aaron Webster
	

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-04-06 12:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-03 13:31 libffi intel icc and src/x86/ffi64.c Aaron Webster
2012-04-06 12:48 ` Anthony Green

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).