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 d22d0a2 commit 9c31ce0Copy full SHA for 9c31ce0
quaddtype/meson.build
@@ -31,6 +31,12 @@ if openmp_dep.found()
31
dependencies += openmp_dep
32
endif
33
34
+# compiler flags for QBLAS compatibility
35
+if not is_windows
36
+ # QBLAS requires extended numeric literals for Q suffix support
37
+ add_project_arguments('-fext-numeric-literals', language: 'cpp')
38
+endif
39
+
40
# Thread-local storage detection (borrowed from NumPy)
41
optional_variable_attributes = [
42
['thread_local', 'HAVE_THREAD_LOCAL'], # C23
0 commit comments