Mentions légales du service

Skip to content
Snippets Groups Projects
Commit f4ead635 authored by Mathieu Faverge's avatar Mathieu Faverge
Browse files

Add new rules for spm library

parent 182693ef
No related branches found
No related tags found
No related merge requests found
......@@ -278,6 +278,9 @@ subs = {
('int', 'float', 'double', 'float', r'\bdouble' ),
('PastixPattern', 'PastixFloat', 'PastixDouble', 'PastixComplex32', r'\bPastixComplex64' ),
('PastixPattern', 'PastixFloat', 'PastixDouble', 'PastixFloat', r'\bPastixDouble' ),
('int', 'float', 'double', 'spm_complex32_t', r'\bspm_complex64_t'),
('SpmPattern', 'SpmFloat', 'SpmDouble', 'SpmComplex32', r'\bSpmComplex64' ),
('SpmPattern', 'SpmFloat', 'SpmDouble', 'SpmFloat', r'\bSpmDouble' ),
('', 'sizeof_real', 'sizeof_double', 'sizeof_complex', r'\bsizeof_complex_16' ), # before complex
('', 'real', 'real', 'complex', r'\bcomplex' ),
('', 'float', 'double', 'float2', r'\bdouble2' ),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment