Skip to content
Snippets Groups Projects
Commit 0a095f83 authored by Richard Angersbach's avatar Richard Angersbach
Browse files

Move simd horizontal op header

parent c6bcdefb
No related branches found
No related tags found
1 merge request!438Reduction Support
......@@ -133,7 +133,7 @@ class X86VectorCpu(GenericVectorCpu):
else:
headers = {"<immintrin.h>"}
headers.update({'"simd_horizontal_helpers.h"'})
headers.update({'"pystencils_runtime/simd_horizontal_helpers.h"'})
return super().required_headers | headers
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment