This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

more SIMD operations


I am currently developing a background subtraction
program and I am looking at SIMD instructions to speed
it up. I would like to do this without the use of
assempler. I have therefore been looking at GCC's
support of such operations and found
http://gcc.gnu.org/onlinedocs/gcc/Vector-Extensions.html.

However GCC seems only to support +, -, *, /, and
unary minus. Are there any plans to support more
operators? I am especially thinking about saturated
versions of  +, -, *, /, and absdiff.




Yahoo! Mail (http://dk.mail.yahoo.com) - Gratis: 6 MB lagerplads, spamfilter og virusscan


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]