forked from weaselab/conflict-set
clang-format fixes
This commit is contained in:
+6
-6
@@ -39,9 +39,9 @@ limitations under the License.
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(__has_feature)
|
#if defined(__has_feature)
|
||||||
# if __has_feature(thread_sanitizer)
|
#if __has_feature(thread_sanitizer)
|
||||||
#define __SANITIZE_THREAD__
|
#define __SANITIZE_THREAD__
|
||||||
# endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <memcheck.h>
|
#include <memcheck.h>
|
||||||
@@ -1776,8 +1776,8 @@ downLeftSpine:
|
|||||||
#ifndef __SANITIZE_THREAD__
|
#ifndef __SANITIZE_THREAD__
|
||||||
__attribute__((target("default")))
|
__attribute__((target("default")))
|
||||||
#endif
|
#endif
|
||||||
uint32_t compare16_32bit(const InternalVersionT *vs,
|
uint32_t
|
||||||
InternalVersionT rv) {
|
compare16_32bit(const InternalVersionT *vs, InternalVersionT rv) {
|
||||||
uint32_t compared = 0;
|
uint32_t compared = 0;
|
||||||
__m128i w[4];
|
__m128i w[4];
|
||||||
memcpy(w, vs, sizeof(w));
|
memcpy(w, vs, sizeof(w));
|
||||||
@@ -1794,8 +1794,8 @@ uint32_t compare16_32bit(const InternalVersionT *vs,
|
|||||||
}
|
}
|
||||||
|
|
||||||
#ifndef __SANITIZE_THREAD__
|
#ifndef __SANITIZE_THREAD__
|
||||||
__attribute__((target("avx512f"))) uint32_t compare16_32bit(const InternalVersionT *vs,
|
__attribute__((target("avx512f"))) uint32_t
|
||||||
InternalVersionT rv) {
|
compare16_32bit(const InternalVersionT *vs, InternalVersionT rv) {
|
||||||
__m512i w;
|
__m512i w;
|
||||||
memcpy(&w, vs, sizeof(w));
|
memcpy(&w, vs, sizeof(w));
|
||||||
uint32_t r;
|
uint32_t r;
|
||||||
|
|||||||
Reference in New Issue
Block a user