bc.core.intrinsics

Undocumented in source.

Public Imports

core.simd
public import core.simd;

Members

Aliases

__m128i
alias __m128i = int4
Undocumented in source.
_expect
alias _expect = llvm_expect
Undocumented in source.
_mm_cmpestri
alias _mm_cmpestri = __builtin_ia32_pcmpestri128
Undocumented in source.
_mm_loadu_si128
alias _mm_loadu_si128 = loadUnaligned!__m128i
Undocumented in source.

Functions

_d_array_slice_copy
void _d_array_slice_copy(void* dst, size_t dstlen, void* src, size_t srclen, size_t elemsz)
Undocumented in source. Be warned that the author may not have intended to support it.
_expect
T _expect(T val, T expected_val)
_expect
T _expect(T val, T expected_val)
_memset16
short* _memset16(short* p, short value, size_t count)
Undocumented in source. Be warned that the author may not have intended to support it.
_memset32
int* _memset32(int* p, int value, size_t count)
Undocumented in source. Be warned that the author may not have intended to support it.
testEmplaceChunk
void testEmplaceChunk(void[] chunk, size_t typeSize, size_t typeAlignment)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

LDC_with_SSE42
enum LDC_with_SSE42;
Undocumented in source.
LDC_with_SSE42
enum LDC_with_SSE42;
Undocumented in source.
LDC_with_SSE42
enum LDC_with_SSE42;
Undocumented in source.
_SIDD_BIT_MASK
enum _SIDD_BIT_MASK;
Undocumented in source.
_SIDD_CMP_EQUAL_ANY
enum _SIDD_CMP_EQUAL_ANY;
Undocumented in source.
_SIDD_CMP_EQUAL_EACH
enum _SIDD_CMP_EQUAL_EACH;
Undocumented in source.
_SIDD_CMP_EQUAL_ORDERED
enum _SIDD_CMP_EQUAL_ORDERED;
Undocumented in source.
_SIDD_CMP_RANGES
enum _SIDD_CMP_RANGES;
Undocumented in source.
_SIDD_LEAST_SIGNIFICANT
enum _SIDD_LEAST_SIGNIFICANT;
Undocumented in source.
_SIDD_MOST_SIGNIFICANT
enum _SIDD_MOST_SIGNIFICANT;
Undocumented in source.
_SIDD_SBYTE_OPS
enum _SIDD_SBYTE_OPS;
Undocumented in source.
_SIDD_SWORD_OPS
enum _SIDD_SWORD_OPS;
Undocumented in source.
_SIDD_UBYTE_OPS
enum _SIDD_UBYTE_OPS;
Undocumented in source.
_SIDD_UNIT_MASK
enum _SIDD_UNIT_MASK;
Undocumented in source.
_SIDD_UWORD_OPS
enum _SIDD_UWORD_OPS;
Undocumented in source.

Meta