Common simd instructions and the gcc vector extensions
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
- To: gcc-help@xxxxxxxxxxx
- Subject: Common simd instructions and the gcc vector extensions
- From: Hendrik Siedelmann <hendrik.siedelmann@xxxxxxxxxxxxxx>
- Date: Sat, 14 Jun 2014 10:03:05 +0200
- Authentication-results: sourceware.org; auth=none
- User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0
Hello everybody,
I'm trying to use the vector extensions, but I'm unable to find common
functions like min/max or saturated arithmetic. Given that those are
pretty essential simd instructions I expected something like
_builtin_min(). Are there other ways to express those instructions?
Cheers,
Hendrik
[Index of Archives]
[Linux C Programming]
[Linux Kernel]
[eCos]
[Fedora Development]
[Fedora Announce]
[Autoconf]
[The DWARVES Debugging Tools]
[Yosemite Campsites]
[Yosemite News]
[Linux GCC]