Dmitry Babokin
|
31b95b665b
|
Copyright update
|
2014-03-12 20:19:16 +04:00 |
|
Vsevolod Livinskij
|
07c6f1714a
|
Some fixes in function names and more tests was added.
|
2013-12-22 19:28:26 +04:00 |
|
Vsevolod Livinskij
|
65768c20ae
|
Added tests for saturation and some fixes for generic and avx target
|
2013-12-05 00:34:14 +04:00 |
|
Matt Pharr
|
98b2e0e426
|
Fixes for intrinsics unsupported in earlier LLVM versions.
Specifically, don't use the half/float conversion routines with
LLVM 3.0, and don't try to use RDRAND with anything before LLVM 3.2.
|
2012-07-13 12:14:10 -07:00 |
|
Matt Pharr
|
2c640f7e52
|
Add support for RDRAND in IvyBridge.
The standard library now provides a variety of rdrand() functions
that call out to RDRAND, when available.
Issue #263.
|
2012-07-12 06:07:07 -07:00 |
|
Matt Pharr
|
dd4f0a600b
|
Update AVX1.1 targets to not include declarations of half/float routines in bit code.
|
2012-06-08 15:57:36 -07:00 |
|
Matt Pharr
|
6c7df4cb6b
|
Add initial support for "avx1.1" targets for Ivy Bridge.
So far, only the use of the float/half conversion instructions distinguishes
this from the "avx1" target.
Partial work on issue #263.
|
2012-06-08 15:55:00 -07:00 |
|