We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14c2e83 commit 938d847Copy full SHA for 938d847
UMFPACK/Source/umf_internal.h
@@ -170,7 +170,7 @@
170
# define UMFPACK_IVDEP _Pragma("ivdep")
171
#elif defined (HAVE_PRAGMA_LOOP_IVDEP)
172
#if defined ( _MSC_VER )
173
-# define UMFPACK_IVDEP __pragma(loop( ivdep ))
+# define UMFPACK_IVDEP __pragma(loop(ivdep))
174
#else
175
# define UMFPACK_IVDEP _Pragma("loop( ivdep )")
176
#endif
@@ -186,7 +186,7 @@
186
# define UMFPACK_NOVECTOR _Pragma("novector")
187
#elif defined (HAVE_PRAGMA_LOOP_NO_VECTOR)
188
189
-# define UMFPACK_NOVECTOR __pragma(loop( no_vector ))
+# define UMFPACK_NOVECTOR __pragma(loop(no_vector))
190
191
# define UMFPACK_NOVECTOR _Pragma("loop( no_vector )")
192
0 commit comments