Update comments
parent
205e116bcd
commit
48f46bb852
|
|
@ -1,4 +1,4 @@
|
||||||
// crc-simd.cpp - written and placed in the public domain by
|
// aria-simd.cpp - written and placed in the public domain by
|
||||||
// Jeffrey Walton, Uri Blumenthal and Marcel Raad.
|
// Jeffrey Walton, Uri Blumenthal and Marcel Raad.
|
||||||
//
|
//
|
||||||
// This source file uses intrinsics to gain access to ARMv7a and
|
// This source file uses intrinsics to gain access to ARMv7a and
|
||||||
|
|
|
||||||
|
|
@ -1,10 +1,10 @@
|
||||||
// sha-simd.cpp - written and placed in the public domain by
|
// blake2-simd.cpp - written and placed in the public domain by
|
||||||
// Jeffrey Walton, Uri Blumenthal and Marcel Raad.
|
// Jeffrey Walton, Uri Blumenthal and Marcel Raad.
|
||||||
//
|
//
|
||||||
// This source file uses intrinsics to gain access to SHA-NI and
|
// This source file uses intrinsics to gain access to ARMv7a/ARMv8a
|
||||||
// ARMv8a SHA instructions. A separate source file is needed
|
// NEON and SSE4.2 instructions. A separate source file is needed
|
||||||
// because additional CXXFLAGS are required to enable the
|
// because additional CXXFLAGS are required to enable the appropriate
|
||||||
// appropriate instructions sets in some build configurations.
|
// instructions sets in some build configurations.
|
||||||
|
|
||||||
#include "pch.h"
|
#include "pch.h"
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
// crc-simd.cpp - written and placed in the public domain by
|
// gcm-simd.cpp - written and placed in the public domain by
|
||||||
// Jeffrey Walton, Uri Blumenthal and Marcel Raad.
|
// Jeffrey Walton, Uri Blumenthal and Marcel Raad.
|
||||||
//
|
//
|
||||||
// This source file uses intrinsics to gain access to SSE4.2 and
|
// This source file uses intrinsics to gain access to SSE4.2 and
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue