/cmsis-dsp-latest/Testing/cmsis_build/ |
D | test.csolution.yml | 2 compiler: AC6 11 - pack: ARM::CMSIS-Compiler@2.0.0 24 - for-compiler: GCC 33 - for-compiler: CLANG 52 - for-compiler: GCC 57 - for-compiler: CLANG 73 - for-compiler: AC6 76 - for-compiler: GCC 83 - for-compiler: CLANG 97 - for-compiler: GCC [all …]
|
D | test.cproject.yml | 146 - component: CMSIS-Compiler:CORE 149 - component: CMSIS-Compiler:STDOUT:Custom@1.0.0 184 for-compiler: GCC 191 for-compiler: CLANG 198 for-compiler: AC6 210 for-compiler: GCC 215 for-compiler: CLANG 220 for-compiler: AC6 231 for-compiler: GCC 237 for-compiler: CLANG [all …]
|
D | runall.py | 155 def runAVH(build,core,compiler): argument 166 config = os.path.join("configs",configFiles[core][compiler]) 292 for comp_nb,compiler in enumerate(compilers): 293 if compiler in compil_config: 294 solutions = compil_config[compiler] 295 printTitle("Process compiler %s (%d / %d)" % (compiler,comp_nb+1,len(compilers))) 296 print("<h1>Compiler %s</h1>" % compiler,file=f) 323 … res=run("cbuild","-O", "cprj","test.csolution.yml","-c",buildFile,"--toolchain",compiler) 325 …build","-O", "cprj","test.csolution.yml","-r","--update-rte","-c",buildFile,"--toolchain",compiler) 327 … res=run("cbuild","-O", "cprj","test.csolution.yml","-c",buildFile,"--toolchain",compiler) [all …]
|
D | cdefault.yml | 3 compiler: AC6 6 - for-compiler: AC6 55 - for-compiler: GCC 103 - for-compiler: CLANG
|
/cmsis-dsp-latest/Testing/ |
D | examples.sql | 3 Build the table with the platform, compiler and core names. 10 select NB,CATEGORY.category,NAME,CYCLES,PLATFORM.platform,CORE.core,COMPILERKIND.compiler,COMPILER.… 15 INNER JOIN COMPILER USING(compilerid) 21 …OEF,CATEGORY.category,NAME,PLATFORM.platform,CORE.core,COMPILERKIND.compiler,COMPILER.version,Basi… 26 INNER JOIN COMPILER USING(compilerid) 36 select NAME,max(CYCLES),PLATFORM.platform,CORE.core,COMPILERKIND.compiler,COMPILER.version 41 INNER JOIN COMPILER USING(compilerid) 61 select NB,CATEGORY.category,NAME,CYCLES,PLATFORM.platform,CORE.core,COMPILERKIND.compiler,COMPILER.… 66 INNER JOIN COMPILER USING(compilerid)
|
D | extractDb.py | 54 parser.add_argument('-byc', action='store_true', help="Result oganized by Compiler") 138 REMOVETABLES=['TESTNAME','TESTDATE','RUN','CORE', 'PLATFORM', 'COMPILERKIND', 'COMPILER', 'TYPE', '… 196 compilerDesc="""select compiler,version from COMPILER 201 # Get existing compiler in a table for a specific type 208 # Get existing compiler in a table for a specific core 240 # Command to get data for specific compiler 246 INNER JOIN COMPILER USING(compilerid) 259 INNER JOIN COMPILER USING(compilerid) 266 compilersForHistory="""select distinct compilerid,compiler,version from %s 267 INNER JOIN COMPILER USING(compilerid) [all …]
|
D | diff.sql | 52 COMPILERKIND.compiler as COMPILER, 53 COMPILER.version as COMPILERVERSION, 61 INNER JOIN COMPILER ON COMPILER.compilerid = otherCores.compilerid 62 INNER JOIN COMPILERKIND ON COMPILERKIND.compilerkindid = COMPILER.compilerkindid
|
D | createDb.sql | 16 compiler text); field 18 CREATE INDEX compilerkind_index ON COMPILERKIND(compiler); 20 CREATE TABLE COMPILER ( table 29 CREATE INDEX compiler_index ON COMPILER(compilerkindid,version); 30 CREATE INDEX compiler_date_index ON COMPILER(testdateid); 31 CREATE INDEX compiler_all_index ON COMPILER(compilerkindid,version,testdateid); 68 FOREIGN KEY(compilerid) REFERENCES COMPILER(compilerid),
|
D | addToDB.py | 25 MKKEYFIELD=['DATE','NAME','CATEGORY', 'PLATFORM', 'CORE', 'COMPILER','TYPE',"RUN"] 31 'COMPILER':'compilerid', 41 VALKEYFIELD=['DATE','NAME','CATEGORY', 'PLATFORM', 'CORE', 'COMPILER','TYPE'] 111 sql += "FOREIGN KEY(compilerid) REFERENCES COMPILER(compilerid)" 136 …r = conn.execute("select compilerid from COMPILER where compilerkindid=? AND version=?" , (kind,v… 143 …conn.execute("INSERT INTO COMPILER(compilerkindid,version,testdateid) VALUES(?,?,?)" ,(kind,versio… 145 …r = conn.execute("select compilerid from COMPILER where compilerkindid=? AND version=? AND testdat… 252 if field == "COMPILER": 253 compilerkind = findInTable(conn,"COMPILERKIND","compiler",row[field],"compilerkindid") 254 compiler = findInCompilerTable(conn,compilerkind,keys["VERSION"]) [all …]
|
D | addToRegDB.py | 26 MKKEYFIELD=['DATE','NAME','CATEGORY', 'PLATFORM', 'CORE', 'COMPILER','TYPE','RUN'] 32 'COMPILER':'compilerid', 43 VALKEYFIELD=['DATE','NAME','CATEGORY', 'PLATFORM', 'CORE', 'COMPILER','TYPE'] 117 sql += "FOREIGN KEY(compilerid) REFERENCES COMPILER(compilerid)" 142 …r = conn.execute("select compilerid from COMPILER where compilerkindid=? AND version=?" , (kind,v… 149 …conn.execute("INSERT INTO COMPILER(compilerkindid,version,testdateid) VALUES(?,?,?)" ,(kind,versio… 151 …r = conn.execute("select compilerid from COMPILER where compilerkindid=? AND version=? AND testdat… 259 if field == "COMPILER": 260 compilerkind = findInTable(conn,"COMPILERKIND","compiler",row[field],"compilerkindid") 261 compiler = findInCompilerTable(conn,compilerkind,keys["VERSION"]) [all …]
|
/cmsis-dsp-latest/dsppp/ |
D | example.cproject.yml | 11 for-compiler: 30 - component: CMSIS-Compiler:CORE 33 - component: CMSIS-Compiler:STDOUT:Custom@1.0.0 63 for-compiler: GCC 69 for-compiler: CLANG 75 for-compiler: AC6 85 for-compiler: GCC 90 for-compiler: CLANG 95 for-compiler: AC6 104 for-compiler: GCC [all …]
|
D | test.cproject.yml | 20 for-compiler: 47 - component: CMSIS-Compiler:CORE 50 - component: CMSIS-Compiler:STDOUT:Custom@1.0.0 80 for-compiler: GCC 86 for-compiler: CLANG 92 for-compiler: AC6 102 for-compiler: GCC 107 for-compiler: CLANG 112 for-compiler: AC6 121 for-compiler: GCC [all …]
|
D | test.csolution.yml | 2 compiler: AC6 11 - pack: ARM::CMSIS-Compiler@2.0.0 24 - for-compiler: GCC 33 - for-compiler: CLANG 51 - for-compiler: GCC 56 - for-compiler: CLANG 70 - for-compiler: GCC 75 - for-compiler: CLANG 89 - for-compiler: GCC 94 - for-compiler: CLANG
|
D | cdefault.yml | 3 compiler: AC6 6 - for-compiler: AC6 55 - for-compiler: GCC 105 - for-compiler: CLANG
|
/cmsis-dsp-latest/Documentation/Doxygen/src/ |
D | template.md | 14 With C++ templates, we can achieve the same result in a better way since the C++ compiler will chec… 18 When the function is used with a `float32_t *`, the compiler would generate code for a function usi… 20 And if the function is used with a `float64_t *`, the compiler would generate code for a function u… 24 …compiler is unable to generate an implementation because the type variable `T` is replaced by a ty… 41 …eration applies. For a template algorithm using any kind of vector, the compiler would generate di… 50 …AMIC` could be a special value (negative for instance) used to tell the compiler that the length o…
|
D | mainpage.md | 106 …efault when Neon is available because performances are dependent on the compiler and target archit… 115 …rsions which may have worse performance than scalar depending on the core / compiler configuration. 127 …- Disable float16 algorithms when __fp16 is not supported for a specific compiler / core configura… 130 …ized code with C intrinsics and use pure C instead. The vectorization is then done by the compiler. 148 …zation functions in the library and the right options for the linker (they are compiler dependent). 156 …need to use the right options for the compiler so that the unused tables and functions are removed…
|
/cmsis-dsp-latest/.github/workflows/ |
D | runtest.yaml | 18 compiler: [AC6, CLANG, GCC] 88 python runall.py -s -g ${{ matrix.compiler }} -avh $AVH_FVP_PLUGINS/../bin 93 name: test-report_${{ matrix.compiler }} 94 path: Testing/cmsis_build/summary_${{ matrix.compiler }}.html 102 test "$(grep "Error" summary_${{ matrix.compiler }}.html | wc -l)" -eq 0
|
D | runcpptest.yaml | 19 compiler: [AC6, CLANG] 94 … python run_all.py -t -g ${{ matrix.compiler }} -c ${{ matrix.core }} -avh $AVH_FVP_PLUGINS/../bin 99 name: test-cpp-report_${{ matrix.compiler }}_${{ matrix.core }} 100 path: dsppp/${{ matrix.compiler }}_results/errors_${{ matrix.core }}.txt 108 test "$(cat ${{ matrix.compiler }}_results/errors_${{ matrix.core }}.txt | wc -l)" -eq 0
|
/cmsis-dsp-latest/dsppp/RTE/_Release_LLVM-Corstone-300/ |
D | RTE_Components.h | 18 /* ARM::CMSIS-Compiler:STDOUT:Custom@1.0.0 */ 19 #define RTE_CMSIS_Compiler_STDOUT /* CMSIS-Compiler STDOUT */ 20 #define RTE_CMSIS_Compiler_STDOUT_Custom /* CMSIS-Compiler STDOUT: Custom */
|
/cmsis-dsp-latest/dsppp/RTE/_Release_MPS3-Corstone-300/ |
D | RTE_Components.h | 20 /* ARM::CMSIS-Compiler:STDOUT:Custom@1.0.0 */ 21 #define RTE_CMSIS_Compiler_STDOUT /* CMSIS-Compiler STDOUT */ 22 #define RTE_CMSIS_Compiler_STDOUT_Custom /* CMSIS-Compiler STDOUT: Custom */
|
/cmsis-dsp-latest/Examples/cmsis_build/projects/ |
D | dotproduct.Release+VHT_M0P.cprj | 14 <compiler name="AC6" version="6.19.4"/> 20 <asflags add="-masm=auto" compiler="AC6"/> 21 …tation -Wno-license-management -Wno-parentheses-equality -Wno-reserved-identifier" compiler="AC6"/> 22 <cxxflags add="-fno-rtti -DNDEBUG -Wall -Wextra -std=c++11 -Ofast -ffast-math" compiler="AC6"/> 23 …o=summarysizes --info=sizes --info=totals --info=unused --info=veneers" compiler="AC6" file="../RT…
|
D | dotproduct.Release+VHT_M7.cprj | 14 <compiler name="AC6" version="6.19.4"/> 20 <asflags add="-masm=auto" compiler="AC6"/> 21 …tation -Wno-license-management -Wno-parentheses-equality -Wno-reserved-identifier" compiler="AC6"/> 22 <cxxflags add="-fno-rtti -DNDEBUG -Wall -Wextra -std=c++11 -Ofast -ffast-math" compiler="AC6"/> 23 …o=summarysizes --info=sizes --info=totals --info=unused --info=veneers" compiler="AC6" file="../RT…
|
D | matrix.Release+VHT_M0P.cprj | 14 <compiler name="AC6" version="6.19.4"/> 20 <asflags add="-masm=auto" compiler="AC6"/> 21 …tation -Wno-license-management -Wno-parentheses-equality -Wno-reserved-identifier" compiler="AC6"/> 22 <cxxflags add="-fno-rtti -DNDEBUG -Wall -Wextra -std=c++11 -Ofast -ffast-math" compiler="AC6"/> 23 …o=summarysizes --info=sizes --info=totals --info=unused --info=veneers" compiler="AC6" file="../RT…
|
D | svm.Release+VHT_M0P.cprj | 14 <compiler name="AC6" version="6.19.4"/> 20 <asflags add="-masm=auto" compiler="AC6"/> 21 …tation -Wno-license-management -Wno-parentheses-equality -Wno-reserved-identifier" compiler="AC6"/> 22 <cxxflags add="-fno-rtti -DNDEBUG -Wall -Wextra -std=c++11 -Ofast -ffast-math" compiler="AC6"/> 23 …o=summarysizes --info=sizes --info=totals --info=unused --info=veneers" compiler="AC6" file="../RT…
|
D | svm.Release+VHT_M7.cprj | 14 <compiler name="AC6" version="6.19.4"/> 20 <asflags add="-masm=auto" compiler="AC6"/> 21 …tation -Wno-license-management -Wno-parentheses-equality -Wno-reserved-identifier" compiler="AC6"/> 22 <cxxflags add="-fno-rtti -DNDEBUG -Wall -Wextra -std=c++11 -Ofast -ffast-math" compiler="AC6"/> 23 …o=summarysizes --info=sizes --info=totals --info=unused --info=veneers" compiler="AC6" file="../RT…
|