EHS
Loading...
Searching...
No Matches
AVX2.h
Go to the documentation of this file.
1#pragma once
2
3#include "ehs/Types.h"
4
5namespace ehs
6{
7 class AVX2
8 {
9 public:
14 static bool CompareUnaligned(const UInt_64 *a, const UInt_64 *b);
15
20 static bool CompareUnaligned(const SInt_64 *a, const SInt_64 *b);
21
27 static bool CompareAligned(const UInt_64 *a, const UInt_64 *b);
28
34 static bool CompareAligned(const SInt_64 *a, const SInt_64 *b);
35 };
36}
Definition AVX2.h:8
static bool CompareUnaligned(const SInt_64 *a, const SInt_64 *b)
static bool CompareAligned(const SInt_64 *a, const SInt_64 *b)
static bool CompareAligned(const UInt_64 *a, const UInt_64 *b)
static bool CompareUnaligned(const UInt_64 *a, const UInt_64 *b)
Definition Anchor.h:6