EHS
Loading...
Searching...
No Matches
AVX512.h
Go to the documentation of this file.
1#pragma once
2
3#include "ehs/Types.h"
4
5namespace ehs
6{
7 class AVX512
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 AVX512.h:8
static bool CompareAligned(const UInt_64 *a, const UInt_64 *b)
Definition AVX512_AARCH64.cpp:15
static bool CompareUnaligned(const UInt_64 *a, const UInt_64 *b)
Definition AVX512_AARCH64.cpp:5
Definition Anchor.h:6