| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
| |
The addcarry and subborrow variants of the builtins do not require the adx
target attribute; only the addcarryx variants require them.
Differential Revision: http://reviews.llvm.org/D18533
llvm-svn: 264801
|
| |
|
|
| |
llvm-svn: 250448
|
| |
|
|
|
|
| |
tests by predefining _MM_MALLOC_H rather than use -ffreestanding.
llvm-svn: 250203
|
| |
|
|
|
|
|
|
|
|
| |
_addcarryx_u64
_addcarry_u64
_subborrow_u64
Thanks Pasi Parviainen for notice.
llvm-svn: 218376
|
|
|
They are added to adxintrin.h but outside __ADX__ block.
These intrinics generates adc and sbb correspondingly that were available before ADX
llvm-svn: 218118
|