We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe6bea6 commit 71964f5Copy full SHA for 71964f5
Source/test/tests/SimdTest.cpp
@@ -3,6 +3,8 @@
3
#include "../../DFPSR/base/simd.h"
4
#include "../../DFPSR/base/endian.h"
5
6
+// TODO: Write tests for the abs function in noSimd.h, using SIMD vectors.
7
+// Implement the abs function directly to override the template functoin when hardware is available for the vector type.
8
// TODO: Set up a test where SIMD is disabled to force using the reference implementation.
9
// TODO: Keep the reference implementation alongside the SIMD types during brute-force testing with millions of random inputs.
10
0 commit comments