Initialize abs_mask1 with itself to silence a gcc warning
authorMartin Kroeker <martin@ruby.chemie.uni-freiburg.de>
Wed, 15 Sep 2021 20:10:43 +0000 (22:10 +0200)
committerGitHub <noreply@github.com>
Wed, 15 Sep 2021 20:10:43 +0000 (22:10 +0200)
commit99aa10b3ff8870f4718fc842ce80871247cb93af
treea7fc59c0bd78019c7c09b89e284b0c4fdcc96ecc
parentfa8bf57768e45a0fbcf1308a50ad0e3aa410297a
Initialize abs_mask1 with itself to silence a gcc warning

actual initialization is via the _mm_cmpeq_ep18, which I've seen claimed to be the fastest way to set an xmm register to all 1s
kernel/x86_64/casum_microk_skylakex-2.c