Skip to content

Commit 8777e0e

Browse files
committed
Remove specializations for vector_storage that add fields (x, y, z, w) since this is not supported on all compilers
1 parent 0eeed0c commit 8777e0e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/kernel_float/base.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ struct alignas(Alignment) aligned_array<T, 1, Alignment> {
4545
};
4646

4747
template<typename T, size_t Alignment>
48+
4849
struct aligned_array<T, 0, Alignment> {
4950
KERNEL_FLOAT_INLINE
5051
T* data() {

0 commit comments

Comments
 (0)